10-08-2009, 02:57 PM
Hi Venkat,
You could use AOM for accomplishing this.
Follow the below process :
Step 1: Open notepad & copy the below code
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.
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
Step3 : Add the above VBS file to Schedule Tasks & schedule it
Thats it , it would work fine now.