Micro Focus QTP (UFT) Forums

Full Version: RunTestset scheduler
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
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.