Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Error
#14
Solved: 10 Years, 9 Months, 3 Weeks ago
Hi,
I would suggest you to modify your code little bit like this, then try I am 99% sure it works.


Code:
Dim App
    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:\abc\Data", True
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)