Running Your Automation Test
You are ready to execute your test once you have constructed your Robot file with the proper SAGE Keywords.
All test cases are ran at the Server level.
The Server will communicate with each connected Node, whether local or remote. This allows you to store all your test cases in a single location while testing across multiple network connected machines.
Execute a robot file using the command-line
java -cp "%SAGE_CLASSPATH%" org.robotframework.RobotFramework path/to/my_tests/Hello.robot
Execute a robot file using the SAGE App
In the SAGE App click the
Robot Interface
button.Click the
Add
button.Using the finder, select your Robot file.
Once your Robot file has been added to the list, click the
Start
button.