How to use navigate method of browser object in QTP to navigate to another URL. Syntax is object.navigate url. but QTP is taking the old URL and not navigating to new one
[B]Question asked by visitor anu[/B]
Printable View
How to use navigate method of browser object in QTP to navigate to another URL. Syntax is object.navigate url. but QTP is taking the old URL and not navigating to new one
[B]Question asked by visitor anu[/B]
Browser(".....").Navigate ("URL")
Ex:Browser("Mercury Tours").Navigate ("www.domain name .com")