#selenium
#api
#manualtesting
#automationtesting
#testautomationframework
#framework
#seleniumwebdriver
#seleniumjava
#webautomation
#postman
#postmanapitesting
#java
#maven
#maventutorial
#karate
#karaterestapitesting
#restapi
#restapiautomation
#apitesting
#malayalam
#softwaretesting
#beginners
#മലയാളം
#TheTestingInstinct
#tutorials
The video describes about calling JavaScript Functions in Karate. JavaScript Functions are also 'native'. And yes, functions can take arguments.
Standard JavaScript syntax rules apply, but the right-hand-side should begin
with the function keyword if declared in-line. When using stand-alone *.js files,
you can have a comment before the function keyword, and you can use fn as the
function name, so that your IDE does not complain about JavaScript syntax errors,
e.g. function fn(x){ return x + 1 }
Github: https://github.com/thetestinginstinct...
Note: If you are facing issue with Karate logs after adding cucumber reporting dependency, please add slf4j maven dependency in pom.xml file. Link: https://mvnrepository.com/artifact/or...
Video chapters:
0:00 Introduction & Agenda
1:51 Demo - Calling JavaScript Functions Inline
4:00 Demo - Calling JavaScript Functions using a js file
5:42 Demo - Calling Java Interop via JavaScript
7:35 Demo - Call Static Java Method with Parameter via JavaScript
10:04 Demo - Call Non-Static Java Method with Parameter via JavaScript
12:10 Demo - Run all scenarios from feature file after removing @ignore tag
Git tutorial link: • Introduction to Git and GitHub. An im...
Playlist link: • Karate REST API Test Automation|REST ...
Java configuration video link: • Configure Java in Windows OS|Core Jav...
Eclipse IDE installation link: • Install Eclipse IDE in Windows| Learn...
Maven configuration video link: • Configure Apache Maven in Windows| Le...
Postman Playlist link: • Postman Rest API Testing | Become an ...