Micro Focus QTP (UFT) Forums
Will the "Web Add-in" support all web based applications? - 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: Will the "Web Add-in" support all web based applications? (/Thread-Will-the-Web-Add-in-support-all-web-based-applications)



Will the "Web Add-in" support all web based applications? - Akhila - 10-02-2008

Hi,

Will Web Add-in support all web based applications? what all programming languages it supports?

I am working on application which in developed in xslt,Asp,VB, .Net, SQL,Java(VB & SQL occupies more %)....but I am using only Web Add-in and its working fine.

However sometimes its not identifying particular features of application like selecting item from a drop down window...etc So I am just wondering whether its due to the .Net code behind that feature for which I have not installed .Net addin.

Can anyone list out all applications that web Add-in will support?


Thanks,
Akhila


RE: Will the "Web Add-in" support all web based applications? - Akhila - 10-14-2008

Can anyone have idea about it?

Thanks,
Akhila


RE: Will the "Web Add-in" support all web based applications? - anemuday - 10-23-2008

Hi,

QTP 9(i know upto QTP 9) supports all Win32 API applications like vb,asp,html controls etc...

For other technologies like .NET, Adv. Java controls we need to have proper Add-Ins.

If your application contains both kind of objects, then QTP able to identify those Win32 API objects only and for rest of the objects it generates a statement with WinObject.

Thanks & Regards,
Uday.


RE: Will the "Web Add-in" support all web based applications? - Akhila - 10-29-2008

Thanks Uday!

Its really helpful hint for me...
So by simply looking at QTP generated statements I can easily make out whether they are supported by Web add-in or not.

Can we get related information in QTP documentation?...like I want to know more about how QTP generates scripts for application not supported by it?

Thanks again
Akhila