Forum Discussion

googleid_108269's avatar
googleid_108269
New Contributor
13 years ago

How to launch 30 tested app at the same time

Hi all, 



I have a problem with my cases. I need to launch 30 small apps at the same time to test.

30 apps is just simple, they're just the command line with different config in their folder, no GUI to test.



Please help me.



--

Thanks first,

MinhT
  • Hi Minh,



    I just saw the message. There are at least two ways to do that:


    1. Add all the apps to TestedApps, with all the configuration required. Once you have done that, create a script and execute a loop with all the apps with RunTestedApp method.


    2. Launch them from Command Line. Create a script and launch cmd from there. Retrieve the object, and loop the app execution from inside of it.


    The first way is the best, as it's faster and has less probabilities to fail at any point. Just make sure the command line is correct. If you need to, you can change its properties from the scripts.



    Hope it helped