QTP Not able to click on FlexButton - 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: QTP Not able to click on FlexButton (/Thread-QTP-Not-able-to-click-on-FlexButton) |
QTP Not able to click on FlexButton - Madhu - 07-04-2014 Hi All, I am trying to automate Flex application using QTP 11. I am trying to click on FlexButton (Browse) using QTP, but QTP is not able to perform the same. Once QTP clicks on FlexButton(Browse), application should popup a dialog where i need to browse and select a file. The QTP statement i have written is - Code: Browser("Browser").FlexApplication("main").FlexTitleWindow("File Uploader").FlexForm("index:0").FlexButton("Browse").Click Can anyone help me to solve this issue ? Thanks Madhu |