egiacomi
6 years agoContributor
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