Launch multiple tests from cmd
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Launch multiple tests from cmd
Hi,
i want to launch a "composition" of test from CMD , if l launch only one test it works . I use this command to launch one test :
Start-Process -FilePath "$TestCompletePath" -ArgumentList "$ProjectPath /r /p:bSolid_DEV /t:KeywordTests|Test1";
I want to run multiple tests in the same instance of TestComplete for this reason i can't do a cycle where for each iteration i launch a test in another instance of TestComplete.
Do you have any ideas to resolve this problem ?
Thanks
Emanuele
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes i have "StopOnError" option set TRUE , there is a way to disable the option only for this script ? I'm forced to set this option TRUE, do you know any workaround to this problem?
My target is skip to the next iteration in the cycle if a test successed also if a test failed

- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »