Learning Resources
Running Test Cases
The IDE allows many options for running your test case. You can run a test case all at once, stop and start it, run it one line at a time, run a single command you are currently developing, and you can do a batch run of an entire test suite. Execution of test cases is very flexible in the IDE.
- Run a Test Case
- Click the Run button to run the currently displayed test case.
- Run a Test Suite
- Click the Run All button to run all the test cases in the currently loaded test suite.
- Stop and Start
- The Pause button can be used to stop the test case while it is running. The icon of this button then changes to indicate the Resume button. To continue click Resume.