07-17-2008, 11:18 AM
Hi Friends,
I am using QTP9.2
I have recorded the following script:
Here i am just opening the IE and navigating to the pages.
But when i run the script, the page is not navigating to the URL.
Can anybody know the reason, please let me know how to do this.
Similar scripts worked fine in QTP8.2(it seems).
Thanks in advance,
Uday.
I am using QTP9.2
I have recorded the following script:
Code:
'SystemUtil.Run "internet","","","open" this is generated by QTP
SystemUtil.Run "iexplore.exe","","","open" ' i did small modification here
Browser("Browser").Page("Page").Sync
Browser("Browser").Navigate "http://www.allinterview.com/Interview-Questions/QTP/page1.html"
Browser("Browser").Page("Page").Sync
Browser("Browser").Navigate "http://www.allinterview.com/Interview-Questions/QTP/page2.html"
Browser("Browser").Page("Page").Sync
Browser("Browser").Navigate "http://www.allinterview.com/Interview-Questions/QTP/page3.html"
But when i run the script, the page is not navigating to the URL.
Can anybody know the reason, please let me know how to do this.
Similar scripts worked fine in QTP8.2(it seems).
Thanks in advance,
Uday.