Friday 19 July 2013

QTP 9.2 Support for on IE – 8 and IE-9

The only way to get QTP 9.2 to work with IE8 is to turn off “Active X” plugin. (taken that your script does not need “Active X”). Otherwise QTP 10 and above supports Win 7 and IE8.
Try it out. Create a simple test like opening IE8 but without “Active X” plug in, and you will see that it opens IE8 perfectly. Now do the same but with “Active X” plug in, you will see the crash.
Set objIE = CreateObject(”InternetExplorer.Application”)
objIE.Visible = True
objIE.Navigate2 http://www.google.com/

No comments:

Post a Comment