Forum Discussion
Dmitry_Nikolaev
Staff
16 years agoHi,
how can i run my whole project suite from command line
If we assume that TestComplete 7 is installed in the C:\Program Files\Automated QA\TestComplete 7 folder, the command line will look like this:
"C:\Program Files\Automated QA\TestComplete 7\Bin\TestComplete.exe" "C:\Documents and Settings\guda\My Documents\TestComplete 7 Projects\eSolutions-1\eSolutions-1.pjs" /r
Just one project from command line
The command line will look like this:
"C:\Program Files\Automated QA\TestComplete 7\Bin\TestComplete.exe" "C:\Documents and Settings\guda\My Documents\TestComplete 7 Projects\eSolutions-1\eSolutions-1.pjs" /r /p:FAFSA_New
For more information, please refer to the TestComplete Command Line help topic.