Forum Discussion
Your command line is incorrect. I suggest you see TestExecute Command Line and make note of how parameters are used and passed to TestExecute.
I suggest you don't use Start-Process and use the full path to call TestExecute.exe
Also, we can not see what values are passed in, i.e. into $testExecutePath and other values.
- jlehoang6 days agoNew Contributor
I am using the documentation guide for the parameters. If I replaced this path with the TestComplete.exe path, my tests will run using the TestComplete.exe command-line run, which the parameters seem the same to me for the most part between the two unless I am missing something?
Also if I take the same string and run it into Command Prompt, it seems like TestExecute.exe works just fine.- rraghvani6 days ago
Champion Level 3
Command line parameters are not separated by commas. Same applies to PowerShell.