How to create Test in SCRIPT mode
Estimated reading time: 1 minute
Today we will learn :
- What is script mode
- How to create test in script mode
- Run and validate
Test Case Creation modes in Katalon Studio :
- Record & Playback
- Manual mode
- Script mode
Script Mode in Katalon Studio :
- Create Test with Scripts
- Use keywords (built-in/custom) to create scripts
- Java | Groovy
We will automate this test…
- Open Browser
- Goto url: http://lifecharger.org/
- Perform actions : click | text | checkpoints
- Close Browser
How are we going to automate this…
- Step 1 – Capture Objects to be used in the test
- Step 2 – Create a new test case – goto script editor
- Step 3 – Create test in script mode
- Step 4 – Run and validate
How to skip steps in test run : Add annotation not_run: to exclude the step in script mode
In manual mode
- Right click – disable
- Will do the same thing
Excluded steps will be shown in report as Not_Run
Like on Facebook
Subscribe on Youtube.
Note: This video is contributed by Raghav Pal.