Forum Discussion
rraghvani
Champion Level 3
1 year agoCan you create a separate batch file that contains only this,
"C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\TestExecute.exe" C:\Automation\Health_Check\Health_Check.pjs /p:Health_Check /run /exit /DoNotShowLog /t:"KeywordTests|Health_Check_Suite" /ErrorLog:"C:\Automation\index.html"
Run the batch file as normal, to test that it works. You should get results file in "C:\Automation\index.html".
You might have to change the parameters for /t:"KeywordTests|Health_Check_Suite".
Once you get the above working, you should then be able to get your Task Schedule to work.