Reputation:
I re-registered the BHO manager,But its not Working. Note: I'm using IE 9, QTP : 11.0 Trial version.
In manage add-ons option: It shows Name:("Not verified" HP Developement ltd)
Is there any ways we can use other browsers but IE to test in qtp?
Upvotes: 0
Views: 1139
Reputation: 114705
IE9 was not initially supported by QTP11 (QTP11 was released on August 2010 while IE9 was released half a year later on March 2011).
In order to gain support you must install patch QTPWEB_00078.
Upvotes: 1
Reputation: 7500
It could be a problem with Browser Helper Object Manager, this can be resolved by unregistering and registering it again:
Type on the command line to re-register:
regsvr32 -u bhomanager.dll
regsvr32 bhomanager.dll
You can verify if the add on is installed correctly by opening IE, go to Tools, Select Manage Add-ons and Enable/Disable Add-ons.
Upvotes: 0