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 try to run the same cmd line again, I am getting the following error. It is obvious I have to kill the test executor.
But, there is another project that I am trying to add new tests and test executor is always running there, as I see.
Isn't there any other way to run the tests through the executor without killing the existing app?
many thanks for your answer.
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.
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