mustafayol
4 years agoContributor
Test Execute | Cannot Launch another instance of this application
1) I installed test complete and test execute on my computer. 2) I created a sample project on a network location 3) I run the specific test routine via test executed --> All good till now. When I...
- 4 years ago
Hi,
> "C:\Program Files (x86)\SmartBear\TestExecute 11\Bin\TestExecute.exe" "D:\TestComplete\TCPJS_OT_6_0\TCPJS_OT_6_0.pjs" /r /p:Prj_Admin /u:Entry /routine:test12
You must add '/e' (exit) parameter to make TestExecute to close after test run is over.
- 4 years ago
Ok, I found the answer to my query, when I add a " /e " to the end of my command, executor exits the windows itself.
G:\>TestExecute.exe "D:\TestCompTrial\test1\test1.pjs" /r /p:TestProject1 /u:Unit1 /rt:testRoutine1 /e