Micro Focus QTP (UFT) Forums
Not Recognizing objects on Web Page Dialog. - 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: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others)
+--- Thread: Not Recognizing objects on Web Page Dialog. (/Thread-Not-Recognizing-objects-on-Web-Page-Dialog)



Not Recognizing objects on Web Page Dialog. - automation_is_kool - 04-04-2010

Hi Community,
I am trying to record operations on objects displayed on a web page dialog.
But QTP doesnt recognize objects(like links, webedits etc.) on this page.
This prompted to see if view source option was enabled for that page and it was not.
Could that be the reason that QTP cannot identify objects on this page?

It seems like some people resolved these issues by running batch files that register QTP dll's and components in the windows registry. But i ran all the four batch files in the bin directory to no avail.

Code:
RegCommonExtAssemblies.bat
RegVerFormAssemblies.bat
SapInstLic.bat
Bpt4ErpCrmRegAssemblies.bat

I cannot find any QuicktestProfessional.bat file in the bin folder. Should i have it?

Thanks Very Much.


RE: Not Recognizing objects on Web Page Dialog. - Saket - 04-05-2010

If you are on QTP 9.5 or higher, you will not find the 'QuicktestProfessional.bat' file.
you can try the 'repair' option.
before that - Verify whether the Enable third party browser extensions is checked for your browser.
make sure you are not recording on already opened browser


RE: Not Recognizing objects on Web Page Dialog. - automation_is_kool - 04-06-2010

Thanks for replying Saket.

I was able to resolve the problem by restarting QTP. And as mentioned in the problem i did run all those batch files before restart. So good for now. If i dont face this issue again then this probably is the solution to errors like these.