04-13-2011, 05:45 PM
Am facing issue while invoking browser Application in IE 7.
Have following code snippet:-
URL = "WWW.XYZ.COM"
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.NAVIGATE url
Over here the issue is while invoking browser through QTP its taking time to load the URL page say around 30+ seconds.
But if am doing it manually browser is loaded in less then 10 seconds.
Any solution for this will be appreciated.
Thanks
Have following code snippet:-
URL = "WWW.XYZ.COM"
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.NAVIGATE url
Over here the issue is while invoking browser through QTP its taking time to load the URL page say around 30+ seconds.
But if am doing it manually browser is loaded in less then 10 seconds.
Any solution for this will be appreciated.
Thanks