Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Error
#1
Solved: 10 Years, 9 Months, 3 Weeks ago
Hi all

I used this .vbs file to start my QTP test

Code:
Dim qtpApp    
   Dim qtpTest      
   Set qtpApp = CreateObject("QuickTest.Application")    
   qtpApp.Visible = true
   qtpApp.Open "C:\abc\Data", True  
   Set qtpTest = qtpApp.Test  
   qtpTest.Run
   qtpTest.Close
   qtpApp.quit
   Set qtTest = Nothing
   Set qtApp = Nothing

when i run it sometimes at the first time it generates a error.
(I attached error in snapshot) then i rerun the .vbs and it works well

What can be the reason ?

thanks


Attached Files Image(s)
   
Reply


Messages In This Thread
QTP Error - by eroshan - 09-16-2009, 06:31 PM
RE: QTP Error - by supputuri - 09-16-2009, 06:50 PM
RE: QTP Error - by eroshan - 09-17-2009, 09:35 AM
RE: QTP Error - by Saket - 09-17-2009, 10:22 AM
RE: QTP Error - by eroshan - 09-17-2009, 10:58 AM
RE: QTP Error - by Saket - 09-17-2009, 11:18 AM
RE: QTP Error - by eroshan - 09-17-2009, 02:00 PM
RE: QTP Error - by basanth27 - 09-17-2009, 02:31 PM
RE: QTP Error - by eroshan - 09-17-2009, 05:24 PM
RE: QTP Error - by basanth27 - 09-17-2009, 05:30 PM
RE: QTP Error - by eroshan - 09-18-2009, 12:29 PM
RE: QTP Error - by basanth27 - 09-18-2009, 02:15 PM
RE: QTP Error - by eroshan - 09-18-2009, 02:40 PM
RE: QTP Error - by balur - 09-25-2009, 04:45 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)