Flex Automation issues on 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Flex Automation issues on QTP (/Thread-Flex-Automation-issues-on-QTP) |
Flex Automation issues on QTP - rars2k - 07-23-2010 Hi, I have a flex application. trying to automate this with QTP. Flex plugin is installed. On Record, QTP recognizes the flex objects. The application has different panels. A tree, a SWF loader and a datagrid. Once QTP navigates from Tree to SWF loader, the focus changes to SWF loader and then main Flexapplication class object is not identified anymore. in Obj Repository, Flex application object cannot be highlighted in test applciation. Before this navigation, the objects were well identified. navigation from SWFloader to datagrid is possible if i manually click on SWFloader area and then call QTP script to navigate from there. i am not sure if this is a problem with the way application is built - with many containers overlapping.. i tried Descriptive programming to recognize the parent object - it failed tried with Virtual objects - it also failed not sure how to handle this issue. Please suggest Ragini RE: Flex Automation issues on QTP - aj_r - 07-27-2010 have you tried low level recording? |