问题
This "BHOManager CLASS" add-on is a supporting add-on to run QTP script on the IE browser.
The publisher of this add-on is Mercury Interactive Corp.
I have uninstalled the existing IE browser because of some issues in my machine and reinstalled it. And after this i cannot run the QTP script as the "BHOmanager Class" add-on is missing.
回答1:
Well, the re-install was the easiest option, but let's try this:
Can you see the BHOManager class in IE?
Go to IE > Tools > Manage Add-ons, make sure BHOManager class
(Browser Helper Object) from Mercury Interative Corporation is
enabled.
It is recommended to disable other add-ons, such as third-party toolbar, add- ons from anti-virus companies, etc. This is to make sure nothing is preventing QTP from hooking into the browser, but that is not the main problem in your case I think.
If this is all the case, you re-register the BHOManager again, but maybe you have not the correct rights.
Close IE and all iexplore.exe processes in the task manager
Close QTP (or restart your machine)
Go to Start > Run, unregister and register BHOManager.dll:
regsvr32 -u c:\WINDOWS\system32\BHOManager.dll
regsvr32 c:\WINDOWS\system32\BHOManager.dll
来源:https://stackoverflow.com/questions/13586606/how-to-install-the-bhomanager-class-add-on-in-ie