Replaying All Test Cases at Once¶
For repositories with multiple test cases, you can replay all of them sequentially without launching each one by hand. This is the common pattern for a nightly regression suite.
Run All Test Cases Now¶
- Click the Replay button dropdown (the down-arrow next to the Play button)
- Select Advanced Replay...
- Select All test cases...
- Configure replay options (Play Fast, number of iterations, etc.)
- Click OK
All test cases run sequentially in the order they appear in the Navigator.
Schedule for Later¶
For scheduled batch runs (nightly regression, weekly smoke tests):
- Click the Replay button dropdown → Advanced Replay...
- Select Schedule for...
- Set the time and date for the automated replay
- Click OK
The application needs to be running at the scheduled time for the replay to fire.
From the Command Line¶
For CI/CD integration or fully unattended runs, see Command Line Tools for scripting replay execution.