Forum Discussion

Siax's avatar
Siax
Contributor
12 years ago

Multiple Instances of test execute

HI,



I am having a re-ocurring issue where by my test execute has launched multiple instances. This in turn means the tests don't run and I don't get any results.



This happens when I run test execute from the command line, running a project and passing it parameters.



It doesn't happen when I watch the tests but only when I'm away from the machine over night.

In total about 60 calls are made from the command line and I have to close the test executes from the task manager.



I have implemented the start /wait command line operations to get tests to run after one another. E.g.


start /wait "" "C:\Program Files (x86)\SmartBear\TestExecute 9\Bin\TestExecute.exe" "C:\Development\TestComplete\Inforgen\Inforgen.pjs" /p:"Inforgen v3" /r "runProjects=Inforgen" "Site=Dev" "Tests=FS" /SilentMode /e


start /wait "" "C:\Program Files (x86)\SmartBear\TestExecute 9\Bin\TestExecute.exe" "C:\Development\TestComplete\Inforgen\Inforgen.pjs" /p:"Inforgen v3" /r "runProjects=Inforgen" "Site=Dev" "Tests=EX" /SilentMode /e


start /wait "" "C:\Program Files (x86)\SmartBear\TestExecute 9\Bin\TestExecute.exe" "C:\Development\TestComplete\Inforgen\Inforgen.pjs" /p:"Inforgen v3" /r "runProjects=Inforgen" "Site=Dev" "Tests=PS" /SilentMode /e


start /wait "" "C:\Program Files (x86)\SmartBear\TestExecute 9\Bin\TestExecute.exe" "C:\Development\TestComplete\Inforgen\Inforgen.pjs" /p:"Inforgen v3" /r "runProjects=Inforgen" "Site=Dev" "Tests=BO" /SilentMode /e


start /wait "" "C:\Program Files (x86)\SmartBear\TestExecute 9\Bin\TestExecute.exe" "C:\Development\TestComplete\Inforgen\Inforgen.pjs" /p:"Inforgen v3" /r "runProjects=Inforgen" "Site=Dev" "Tests=PO" /SilentMode /e


start /wait "" "C:\Program Files (x86)\SmartBear\TestExecute 9\Bin\TestExecute.exe" "C:\Development\TestComplete\Inforgen\Inforgen.pjs" /p:"Inforgen v3" /r "runProjects=Inforgen" "Site=Dev" "Tests=DS" /SilentMode /e


start /wait "" "C:\Program Files (x86)\SmartBear\TestExecute 9\Bin\TestExecute.exe" "C:\Development\TestComplete\Inforgen\Inforgen.pjs" /p:"Inforgen v3" /r "runProjects=Inforgen" "Site=Dev" "Tests=RS" /SilentMode /e



No RepliesBe the first to reply