Ask a Question

running group of test cases

lalit_singh
Contributor

running group of test cases

Hi All;
How can run set of test cases , apart from selecting it in execution plan

3 REPLIES 3
rraghvani
Trusted Contributor

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_Didata
Frequent Contributor

If it's grouped in the EXE just press this button:

MW_Didata_1-1679657087009.png

 

Otherwise make a new test and drag in all the test you want to run

tristaanogre
Esteemed 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.


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
cancel
Showing results for 
Search instead for 
Did you mean: