Forum Discussion

sguda's avatar
sguda
Regular Contributor
16 years ago

How to execute the project suite or project from command line.

Hi

My project suite is in

C:\Documents and Settings\guda\My Documents\TestComplete 7 Projects\eSolutions-1\eSolutions-1.pjs



My project is in

C:\Documents and Settings\guda\My Documents\TestComplete 7 Projects\eSolutions-1\FAFSA_New\FAFSA_New.mds



I want to know how can i run my whole project suite from command line .



Or Just one project from command line.

1 Reply


  • Hi,







    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.