Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Automate
#2
Solved: 10 Years, 10 Months ago
hi eroshan,
it would be always better if you can paste exactly, where are you stuck , a piece of code in you bat file can give the better idea.
although you can do this using vbscript.
copy the code below and save as .vbs file, you can execute this vbs file from command prompt.
Code:
Dim qtpApp    
Dim qtpTest      
Set qtpApp = CreateObject("QuickTest.Application")      
qtpApp.Open TestPath, True  
Set qtpTest = qtpApp.Test  
qtpTest.Run

search this forum for more help on this.

Reply


Messages In This Thread
QTP Automate - by eroshan - 09-09-2009, 10:31 AM
RE: QTP Automate - by Saket - 09-09-2009, 10:50 AM
RE: QTP Automate - by eroshan - 09-09-2009, 11:15 AM
RE: QTP Automate - by Saket - 09-09-2009, 11:29 AM
RE: QTP Automate - by eroshan - 09-09-2009, 12:36 PM
RE: QTP Automate - by Saket - 09-09-2009, 12:43 PM
RE: QTP Automate - by eroshan - 09-09-2009, 01:00 PM
RE: QTP Automate - by eroshan - 09-09-2009, 05:59 PM
RE: QTP Automate - by Saket - 09-09-2009, 06:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  "How to automate SAP Applications using QTP" suresz449 9 22,669 09-01-2017, 12:42 PM
Last Post: Shiva Kumar
  Automate BMC Control M applications using QTP Saranyaciet2 0 2,643 05-22-2015, 09:43 AM
Last Post: Saranyaciet2
  Can we automate Forte UDS applications using QTP? premanand1979 0 2,037 09-18-2014, 01:58 AM
Last Post: premanand1979
  How to automate IVR(interactive voice response) using QTP akhandesh 0 3,123 06-26-2014, 12:36 PM
Last Post: akhandesh
  Want to automate qc using qtp venkatkoritala 1 2,829 03-26-2014, 08:32 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)