Notes:
Today we will learn:
1. How to record multiple test cases and create a test suite.
2. How to execute test suite from command line
Step 1 : open firefox – launch Se Builder
Step 2 : record a test case and save as .json file
https://wordpress.com/wp-login.php
Step 3 : Se Builder – Suite – record new script
Keep on recording and adding to suite
Step 4 : save suite (.json)
Step 5 : run and validate
command line – SeInterpreter.jar
java -jar SeInterpreter.jar “location of suite file”
Send me your comments and feedback