Micro Focus QTP (UFT) Forums
Not able to Automate Adobe Flex 3.0.0 in QTP - 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 able to Automate Adobe Flex 3.0.0 in QTP (/Thread-Not-able-to-Automate-Adobe-Flex-3-0-0-in-QTP)



Not able to Automate Adobe Flex 3.0.0 in QTP - Prithviraj - 09-14-2010

Hi,

I am trying to Automate Adobe Flex 3.0.0 web applications in QTP. I have added the Adobe flex Add-in but still when i try to record the application it identifies the entire screen as one object. It does not identify it individually.

Have anybody automated Adobe Flex application then please do reply.


RE: Not able to Automate Adobe Flex 3.0.0 in QTP - dsharma - 09-14-2010

Hi,
In order to automate a Flex application, there is a two-tier approach that needs to be followed. Apart from getting Flex add-in and performing required settings on QTP, there is a set of settings that need to be performed on Flex too. For these you will need source code of the application at your machine with Adobe Flex installed. Only then Flex will allow itself to get automated.
Hope this helps!!!


RE: Not able to Automate Adobe Flex 3.0.0 in QTP - rzlzz7 - 11-01-2010

Hi,

You will need to compile the code with the automation libraries provided by Adobe in FLEX, before QTP will recognize the objects on the application. After this is done, the FLEX plugin installed with QTP should recognize the objects on your app.