Forum Discussion
HKosova
Alumni
13 years agoHi Mike,
You're missing the /p argument and the unit name in the /t argument. So it should be:
--------------------------------------------------------------------------------
"C:\Program Files (x86)\Automated QA\TestExecute 8\Bin\TestExecute.exe" "<myPath>\AR.mds" /p:AR /t:"Script|UnitName|Test1" /r /e /SilentMode
--------------------------------------------------------------------------------
Alternatively, you can use the /p, /unit and /routine arguments as in Curt's example.
You're missing the /p argument and the unit name in the /t argument. So it should be:
--------------------------------------------------------------------------------
"C:\Program Files (x86)\Automated QA\TestExecute 8\Bin\TestExecute.exe" "<myPath>\AR.mds" /p:AR /t:"Script|UnitName|Test1" /r /e /SilentMode
--------------------------------------------------------------------------------
Alternatively, you can use the /p, /unit and /routine arguments as in Curt's example.
You need to disable this option in TestExecute as well: right-click on the TestExecute icon in the system tray, go to Options > Engines > Log and deselect Activate after test run.
Oh, and as a side "problem", in the Tools->Options->Engines->Log I have deselected "Activate after test run",
but when I run the above remotely using Test Execute, the results still are displayed. I don't want results displayed automatically.