lhuang5
8 years agoOccasional Contributor
TestExecute cannot start properly in VSTS agent.
Hi, we need to run TestComplete tests on VSTS agent. We have set up the agaent in Interactive mode and try to start TestExeucte in powershell script as below:
$TEProcess = Start-Process "$TEpath\TestExecute.exe" -ArgumentList "$TCProjectFullname /timeout 360 /run /SilentMode /DoNotShowLog /ns /exit /ForceConversion" -PassThru
However we observed that the TestExecute process cannot start properly. In process tree, the TE process was started and become red immediately and the process was gone/shut down.
Is there some specific setting for test running in VSTS agent? Or is there any way/log to check what has stopped TE process to launch.
Thanks & Regards