sriram_sig
5 years agoContributor
Executing TestComplete tests from command line
I'm trying to execute testcomplete tests from the command line and i'm referring to this page for the commands -
It seems to be simple, but i'm unable to make it work.
In the cmd prompt, i changed the directory to the path where my testcomplete.exe file is and executing the below command
Path> TestComplete.exe <Path of the .pjs> file /run /project:<name of the project>
But after executing the above command, it launches testcomplete and shows the the below message
Are you running this from the Windows command prompt or from powershell or from some other application? What I've seen in the past is that, when running from some other method other than Windows command prompt, it ends up confusing the exe with trying to open a PJS file.