Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to execute the qtp script when this script is added to schedule tasks?
#3
Solved: 11 Years, 4 Months ago
Hi Venkat,

You could use AOM for accomplishing this.

Follow the below process :

Step 1: Open notepad & copy the below code
Code:
Dim Obj
            Set Obj=CreateObject("QuickTest.Application")
            Obj.launch
            Obj.Open "give ur Test script path here"
            Obj.Test.Run
            Obj.Quit
            Set Obj=Nothing
Step2 : Save As "filename.VbS" into some loc.
Step3 : Add the above VBS file to Schedule Tasks & schedule it

Thats it , it would work fine now.
Reply


Messages In This Thread
RE: How to execute the qtp script when this script is added to schedule tasks? - by sreekanth chilam - 10-08-2009, 02:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to send/pass UFT Run Error Dialog as output value to main driver script lravi4u 0 593 11-05-2023, 03:55 PM
Last Post: lravi4u
  How do you Change Run mode mid script? Caleytown 6 7,234 03-25-2021, 08:27 AM
Last Post: RB26578
  picking different points in UFT using VB Script azjk786 0 1,061 12-14-2020, 09:57 AM
Last Post: azjk786
  script for mouseover rumitkon 2 2,011 02-20-2019, 12:52 AM
Last Post: rumitkon
  Call Stack in QTP Script smitapawar610 0 1,713 12-03-2018, 10:42 AM
Last Post: smitapawar610

Forum Jump:


Users browsing this thread: 2 Guest(s)