07-04-2014, 11:16 AM
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 -
Can anyone help me to solve this issue ?
Thanks
Madhu
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