Oferv
14 years agoSuper Contributor
TC launched and then closed
Hi,
i'm trying to schedule TC to start running on daily base and i'm using a VBS file in order to do so.here is the VBS file's content
Set wshShell = CreateObject("WScript.Shell")
wshShell.Run("""C:\Program Files (x86)\Automated QA\TestComplete 8\Bin\TestComplete.exe"" ""C:\Automation\Projects\depot\global\gdoc\QA\FXCreator\FXCreator\Test\FXCreator.pjs"" /r /p:FXCreator /u:ENC /rt:Test1 /e /SilentMode")
somehow TC starting,i can see that it launched the right project but i believe it can't find the unit a told it to run.
can someone help me with this one?
by the way,what do they mean by /rt:(Method to be executed).what methods?what can be the values here?
Thanks.
i'm trying to schedule TC to start running on daily base and i'm using a VBS file in order to do so.here is the VBS file's content
Set wshShell = CreateObject("WScript.Shell")
wshShell.Run("""C:\Program Files (x86)\Automated QA\TestComplete 8\Bin\TestComplete.exe"" ""C:\Automation\Projects\depot\global\gdoc\QA\FXCreator\FXCreator\Test\FXCreator.pjs"" /r /p:FXCreator /u:ENC /rt:Test1 /e /SilentMode")
somehow TC starting,i can see that it launched the right project but i believe it can't find the unit a told it to run.
can someone help me with this one?
by the way,what do they mean by /rt:(Method to be executed).what methods?what can be the values here?
Thanks.