running group of test cases
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2023
11:54 PM
03-23-2023
11:54 PM
running group of test cases
Hi All;
How can run set of test cases , apart from selecting it in execution plan
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023
01:57 AM
03-24-2023
01:57 AM
The other option, is to create a main function and call each of your tests
function main() {
Test1();
Test2();
Test3();
}
- not a great way.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023
04:24 AM
03-24-2023
04:24 AM
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
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023
05:22 AM
03-24-2023
05:22 AM
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.
Robert Martin
[Hall of Fame]
Please consider giving a Kudo if I write good stuff
----
Why automate? I do automated testing because there's only so much a human being can do and remain healthy. Sleep is a requirement. So, while people sleep, automation that I create does what I've described above in order to make sure that nothing gets past the final defense of the testing group.
I love good food, good books, good friends, and good fun.
Mysterious Gremlin Master
Vegas Thrill Rider
Extensions available
