Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP basics- invoke browseer and navigate the website address
#7
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi Moorthy,

Just try with the below code , it works fine.

Code:
Dim br
Set br=CreateObject("InternetExplorer.Application")
br.visible=true
br.Navigate "www.google.com"
Set br=Nothing
Reply


Messages In This Thread
RE: QTP basics- invoke browseer and navigate the website address - by sreekanth chilam - 12-15-2008, 11:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP 11 and IE9 64bit on Win7&SP1 64bit, QTP does not recognize objects in website jpalos 4 8,560 08-27-2014, 10:11 AM
Last Post: vinod123
  How to invoke the recording of QTP using AOM(automation object model) of QTP shailesh.gcettb@gmail.com 2 3,969 05-08-2014, 10:30 AM
Last Post: Shriram
  How do I save name and email address in QTP ? Shiv Y 1 2,377 12-19-2013, 07:24 AM
Last Post: basanth27
  Get value from table out of a website Flooole 9 5,236 10-10-2013, 02:07 PM
Last Post: Flooole
  Navigate & Learn Objects Shama Ahsan 0 2,158 12-05-2012, 11:51 AM
Last Post: Shama Ahsan

Forum Jump:


Users browsing this thread: 1 Guest(s)