User Case
To check if a test is running stably, the user wants to execute a test many times. In TA, how can this be done?
Solution
Below, there are a few options for executing a test many times:
Option 1: Using the loop
Option 2: Use a batch file
- Create a batch file for test module
- Open this batch file and duplicate test module execution scripts:
Option 3: Use the “run test” action
Option 4: Create a static test suite and add a test module to test suite many times and confirm the duplication.