RunTestset scheduler - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: RunTestset scheduler (/Thread-RunTestset-scheduler) |
RunTestset scheduler - bostonma - 01-05-2011 I am trying to use RuntestSet application(HP provided it to me but they won't support) to execute scripts from Quality center as part of build process.I got stuck with below error when I try to schedule it from windows scheduler. Windows Task Scheduler seems to kick off the task but it appears to die with RunTestSet.exe. I get the following summary from the Task Scheduler Log: "RunTestSet_Test1.job" (RunTestSet.exe) Finished 6/16/2008 3:44:01 PM Result: The task completed with an exit code of (ffffffff). I am not sure how can I debug further any help is appreciated. [/i] RE: RunTestset scheduler - amitspandey - 01-11-2011 Hi, well u can schedule ur Test directly from windows scheduler. u can write as code in .vbs for as follows:- 1)to launch QTP 2)Set the desired test to run 3)desired location to save result. Tip:u can use qtp' help for this. |