Forum Discussion

Ravik's avatar
Ravik
Super Contributor
12 years ago

Scheduler not able to run our Test Script in TestComplete

Hi All,



I have schedule a task in Window xp for TestComplete using below format "



"C:\Program Files\Smartbear\TestComplete \TestComplete.exe" "D:\Work\TestComplete Projects\MyProject\MyProject.pjs" /r /e"



When schedule met to schedule time, it's just launch the TestComplete, but not run the Script. is there anything are missing. or need to add something else that can be run our script also.



Please help us.



Thanks

Ravik




  • karkadil's avatar
    karkadil
    Valued Contributor
    In addition to /r option you need to specify what exactly you want to run. It can be a project or a single routine. For instance, if you have a project named MyProject, just add this parameter



    "C:\Program Files\Smartbear\TestComplete \TestComplete.exe" "D:\Work\TestComplete Projects\MyProject\MyProject.pjs" /r /p:MyProject /e



    Pay attention that you need to add test items to the project to run it.
  • Ravik's avatar
    Ravik
    Super Contributor
    Hi, 



    I have tried same as you mantion above, add project name, but still it not run. It is launching TestComplete only. One more thing in my Project suite having 3 different project like - Test1, Test2, Test 3, is there any impact of that ?



    Please help



    Thanks

    Ravik