Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to start QTP by itself when we restart our system
#1
Solved: 10 Years, 9 Months ago
Hi friends,

I want to know the method how to start our QTP as soon as we start our system and at the same time to execute our script also, PLZ let me know the method, Thanks in Advance
Reply
#2
Solved: 10 Years, 9 Months ago
hey, Have you tried searching on this forum? You Just need to create a VBS file and you may put the vbs file at your system startup to run it as soon as your system start.

Code:
Set qtApp = CreateObject("QuickTest.Application")
qtApp .Launch
qtApp .Visible = True
qtApp .open "Your Test Path", False

visit these links for more info on this
How To Run QTP Scripts at Scheduled Time?
VBS to launch QTP and invoke script automatically

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Replay Start Error Bhuvana 0 811 01-07-2020, 08:05 PM
Last Post: Bhuvana
  How to make QTP Script to work when system gets locked? ramkumarad 6 11,886 11-02-2017, 03:37 PM
Last Post: Divv
  Local System Monitor kbhargava505 0 2,422 10-16-2015, 12:52 PM
Last Post: kbhargava505
  QTP system related issue Bharathi Kanagarajan 1 1,973 09-12-2015, 11:28 PM
Last Post: ADITI1992
  Where to start to learn QTP Brijendra9322 5 3,769 11-27-2014, 12:06 PM
Last Post: Brijendra9322

Forum Jump:


Users browsing this thread: 1 Guest(s)