0

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?

2 Answers2

1

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.

Motti
  • 110,860
  • 49
  • 189
  • 262
0

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.

AutomatedChaos
  • 7,267
  • 2
  • 27
  • 47