Forum Discussion
Are you able to run the tests INR_AutomationProjectSuite.pjs from the TestComplete UI?
I see a Run argument in your script but not in the command line attempt. Can you try that please?
https://support.smartbear.com/testexecute/docs/running/automating/command-line/command-line.html
- dave_user4 years agoContributor
Do you mean this way?
TestExecute.exe "C:\ADOAgent\vsts-agent-win-x64-2.181.2_1\_work\r1\a\_INR-IestAutomation\INR_AutomationProjectSuite.pjs",'/run'
When i run this it gives me an error saying -:
Invalid command line. The Project Suite
"C:\ADOAgent\vsts-agent-win-x64-2.181.2_1\_work\r1\a\_INR-IestAutomation\INR_AutomationProjectSuite.pjs",'/run'" was not found
- Marsha_R4 years ago
Champion Level 3
try this
TestExecute.exe "C:\ADOAgent\vsts-agent-win-x64-2.181.2_1\_work\r1\a\_INR-IestAutomation\INR_AutomationProjectSuite.pjs" /r
- dave_user4 years agoContributor
Hi Marsha,
So, it does work and invokes TestExecute and also it shows that scenarios are running. However, it still does not invoke our application