Notes:
Today we will learn:
How to execute Se Builder recorded test through command line on local machine
Step 1 : firefox – launch Se Builder
Step 2 : Record a test and save as .json file
https://wordpress.com/wp-login.php
Step 3 : SeInterpreter – Download SeInterpreter.jar
Step 4 : CommandLine
java -jar SeInterpreter.jar <location of .json file>
Step 5 : Log results in a file
java -jar SeInterpreter.jar <location of .json file> <location of log file> 2>&1
Send me your comments and feedback