Forum Discussion
- tristaanogreEsteemed Contributor
If you're looking to run a group of test cases as an automated command line, you can specify test cases, routines, etc., in the commandline. You can add a tag to all the ones you want to run and then use the /tags commandline expression to execute those.
- rraghvaniChampion Level 3
The other option, is to create a main function and call each of your tests
function main() { Test1(); Test2(); Test3(); }
- not a great way.
- MW_DidataRegular Contributor
If it's grouped in the EXE just press this button:
Otherwise make a new test and drag in all the test you want to run
Related Content
- 5 years ago
- 11 years ago
- 7 years ago
- 7 years ago
- 8 years ago
Recent Discussions
- 9 hours ago
- 2 days ago