![]() |
How to begin with Flex automation using 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: How to begin with Flex automation using QTP? (/Thread-How-to-begin-with-Flex-automation-using-QTP) |
How to begin with Flex automation using QTP? - vibhakhushi - 12-06-2010 Hello everybody, I am a newbie in Automation. We have developed our flex application and its running properly. Now we have decided to automate it. How should I begin? I have done the following things: [1]. Installed Flex-plugin for QTP. [2]. Included the libraries for automation.swc, qtp.swc and others. In mxml file I have set automationName for FormItems like Username, Password etc. But still QTP is not recognizing them. I know I am wrong. But I am not getting where I am wrong. Pls help me in this regard. This is the sample code: Code: <mx:VBox horizontalAlign="center" paddingBottom="10" paddingTop="5" height="365" width="603"> |