The previously recorded test can be run the same way as it is recorded. Just remove all breakpoints and the test will run from the beginning to the end, if no error occurs.
Successfully executed statements are highlighted green, not successfully executed statements are highlighted red.
Breakpoints
When setting breakpoints at specific lines of the test, you have the ability to suspend execution and evaluate the current test run and test state.
Run to Line
Use “Run to Line” to select a line from which the execution should start. The feature is only enabled for suspended tests and is available via the context menu or the shortcut CTRL + R.
Step
The Fabasoft app.test perspective provides buttons and shortcuts in the toolbar to control the test execution.
Shortcut | Description |
F5 | Execute selected line and step into the next line or method call. |
F6 | Executes selected line and step over the next line without step into. |
F7 | Step return. |
F8 | Resume execution of the test. |
CTRL + F2 | Stop the execution of the test. |
For more information have a look at chapter “Run Configurations” and “How to Run Tests”.