Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP script schedule
#3
Solved: 11 Years, 3 Months, 1 Week ago
Code:
Set App = CreateObject("QuickTest.Application")
App.Launch
App.Visible = True
App.WindowState = "Maximized" ' Maximize the QuickTest window
App.ActivateView "ExpertView" ' Display the Expert View
App.open "C:\Program Files\Mercury Interactive\QuickTest Professional\Tests\Test1", False  'Opens the test in editable mode

I created a script for login and logout for a website.I do wants to schedule this script for a scheduled time.What i am understanding that
the above code(testing.vbs) will invoke the script. or my script path should i include in
App.open "C:\Program Files\Mercury Interactive\QuickTest Professional\Tests\Test1", False 'Opens the test in editable mode
here.
Reply


Messages In This Thread
QTP script schedule - by rabbaii - 04-15-2010, 11:07 PM
RE: QTP script schedule - by Saket - 04-16-2010, 09:18 AM
RE: QTP script schedule - by rabbaii - 04-20-2010, 03:09 AM
RE: QTP script schedule - by Saket - 04-20-2010, 11:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to schedule regular UFT runs MasterChief 1 3,395 12-04-2014, 09:57 AM
Last Post: vinod123
  DB Output Checking is not run during Schedule Script Run charmieaka 1 3,174 04-23-2010, 07:00 PM
Last Post: Saket
  how to schedule a QTP script balreddy 5 23,606 04-09-2010, 10:48 PM
Last Post: rabbaii
  How to execute the qtp script when this script is added to schedule tasks? venkatbatchu 3 5,533 10-08-2009, 03:19 PM
Last Post: venkatbatchu
  How to schedule Batch Runs in QTP? Sujatha Errapothu 1 5,769 02-29-2008, 11:53 PM
Last Post: Sonia

Forum Jump:


Users browsing this thread: 1 Guest(s)