Micro Focus QTP (UFT) Forums
My IE Browser Recognizing as Window instead of Browser. - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: My IE Browser Recognizing as Window instead of Browser. (/Thread-My-IE-Browser-Recognizing-as-Window-instead-of-Browser)



My IE Browser Recognizing as Window instead of Browser. - sivakrishna - 01-08-2012

Hi All,

I am new to QTP. I am using QTP 10.0 with IE version 9.0.

When i was trying to record a web application operations on IE, MY qtp script recognizing it as Window Instead Browser.

Here is my code that my tool generated while i am recording from IE:

Code:
Window("Windows Internet Explorer").Close
Window("Windows Internet Explorer").Dialog("Internet Explorer").WinButton("Close current tab").Click

Please help me on this issue.

\Thanks,
Siva Krishna


RE: My IE Browser Recognizing as Window instead of Browser. - ravi.gajul - 01-08-2012

Hi Krishna,

I don't think QTP10.0 supports IE9.For more details please check Product Availability Matrix
QTP’s Product Availability Matrix or PAM is basically a PDF file that contains information on what all Products/Standards are supported by QTP. For each version of QTP, HP releases a separate PAM file which specifies the products that are supported /not supported by that version of QTP.QTP 10.0 PAM is available at
https://h10078.www1.hp.com/bto/download/QTP-PAM10-20090407.pdf


Regards,
Ravi


RE: My IE Browser Recognizing as Window instead of Browser. - sivakrishna - 01-09-2012

Thanks for your reply Ravi.. This is good info.. appreciated for your help.


RE: My IE Browser Recognizing as Window instead of Browser. - mcandle - 02-10-2012

hi

i have WinXP 32bit, SP3, IE7 and QTP 10.0. by product compatibility matrix all is compatible. nevertheless, QTP recognizes Window IE and not the Browser. how to get it to recognize the Browser objects?

thanks


RE: My IE Browser Recognizing as Window instead of Browser. - ravi.gajul - 02-11-2012

Please ensure that you have correct record and run settings and qtp has to be launched first and then the application.If all of these doesn't fix your issue.Disable tab browsing in IE and check.that should help you.