I want to know if Selenium automation tool supports flex applications. Currently I have some flex application that need to be automated.
yes.
FlexUISelenium is an extension to the Selenium RC client driver that enables the Selenium RC client drivers to interact (and test) the Flex UI components and methods of the Flex application.
FlexMonkey- open source Paid tools like RIATest,Silktest, SeleniumFlex
Yes, We can automate flex application in selenium web driver, For this we need to follow these steps:
you have to download selenium flex api.
you will get a SeleniumFlexAPI.swc file here.
a. you need to put this file in your flex application.
b. you need to add lib path in flex compiler like this and compile the code
-include-libraries "libs\SeleniumFlexAPI.swc"
See this link for more explanation.
best way to automate Flex With selenium web driver
For reference of example code see
yes.
FlexUISelenium is an extension to the Selenium RC client driver that enables the Selenium RC client drivers to interact (and test) the Flex UI components and methods of the Flex application.
FlexMonkey- open source Paid tools like RIATest,Silktest, SeleniumFlex
You may also try flex-ui-selenium by Google Code. It can make things simpler.
© 2022 - 2024 — McMap. All rights reserved.