Issue with IE7 Browser - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Issue with IE7 Browser (/Thread-Issue-with-IE7-Browser) |
Issue with IE7 Browser - Charanpreet - 04-13-2011 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 RE: Issue with IE7 Browser - guin.anirban - 04-19-2011 Try with SystemUtil.Run or InvokeApplication and see the performance. |