Scheduling TestComplete Runs

To Scheduling TestComplete runs, we can run TestComplete using any scheduling program and pass the appropriate command-line arguments to it. E.g. we can run TestComplete using the Windows Task Scheduler.

Steps:

• Select Scheduling Tasks in the Control Panel.
• Select “Add Scheduled Task”.
• Select “TestComplete” as the application to be run.



• On the last page of the Wizard, select the Open advanced properties for task check box and press Finish.
• In appeared dialog, open the Tasks tabbed page and specify the following command-line arguments in the Run edit box.

TestComplete_Installation_Path\Bin\TestComplete.exe full_path_to_project_file /r /e

or

TestComplete_Installation_Path\Bin\TestComplete.exe full_path_to_project_suite_file /r /e

E.g.:

"C:\ProgramFiles\AutomatedQA\TestComplete5Bin\TestComplete.exe" "C:\Work\TestComplete Projects\Darshika_Project\MyProject.pjs" /r /e

Comments

0 Responses to "Scheduling TestComplete Runs"

Post a Comment