Forum Discussion
Can 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.
this is howi am trying to run
start "C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\TestExecute.exe" C:\Automation\Health_Check\Health_Check.pjs" /run /exit /t:"KeywordTests|Health_Check_Suite" /ErrorLog:"C:\Automation\index.html"
please correct if me, if it's incorrect
- rraghvani1 year ago
Champion Level 3
That's not the same, as what I have written.
- FFCB1 year agoContributor
am running the below and i see the Test Execute on the righ botom corener tray , but its doesnt run the project and no error files
C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\TestExecute.exe"
C:\Health_Check\Health_Check.pjs /run /exit /DoNotShowLog
/t:"KeywordTests|Health_Check|Citrix_Health_Check_Suite" /ErrorLog:"C:\Health_Check\index.html- rraghvani1 year ago
Champion Level 3
You are missing a double quote at the beginning, and a reference to the project i.e. /p:Health_Check
"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"