Created a test which would hit live service and based on assertion it would execute the external command (batch file to execute automation script).
The external command work when executed the test locally.
However, when deployed the test as CVS Monitor, the assertions are working fine but the external command is not triggered. Hence, specified machine name in the command line but its throwing and error
All supported DevTest releases.
Please follow the steps below to facilitate the test case execution to launch browser;
1. Ensure that the option 'Spawn Process' is selected for the 'Execute External Command' step
2. Stop Simulator Service
3. Open command prompt as administrator
4. Go to LISA_HOME/bin folder and run the command 'Simulator.exe'
NOTE: If you have defined any runtime options using SimulatorService.vmoptions file, then replicate the same options in the file Simulator.vmoptions
With these changes, you will be able to achieve the desired result.