Thank you very much! I will try this 
 
Ann

--- On Mon, 4/18/11, Ganesh muralidharan <[email protected]> wrote:


From: Ganesh muralidharan <[email protected]>
Subject: Re: how to kick off quicktest from schedule task
To: [email protected]
Cc: [email protected]
Date: Monday, April 18, 2011, 9:41 AM



Create a vbs file containing below code and then call the vbs at scheduled time 
using Windows Scheduled Tasks :


Set qtApp = CreateObject("QuickTest.Application")
qtApp.Launch
qtApp.Visible = True


qtApp.Open "C:\test", False 


Set qtResultsOpt = CreateObject("QuickTest.RunResultsOptions")
qtResultsOpt.ResultsLocation = "C:\results"
Set qtTest = qtApp.Test
qtTest.Run qtResultsOpt


qtTest.Close
qtApp.Quit
Set qtApp = nothing
Set qtResultsOpt = nothing
Set qtTest = nothing

On Mon, Apr 18, 2011 at 9:34 AM, ann hoang <[email protected]> wrote:






Hi all,
 
Please advise that I have 1 scipt named A was written from QuickTest.
How do I kick that script off from schedule task.  
And another question that: is QuickTest works well in Window 7?
 
Many thanks
 
Ann
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en


-- 
Regards,


Ganesh Muralidharan
'God Never Forgets'

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to