Typically when I develop Flex apps for the browser or the desktop (via Adobe AIR) I do a lot of clicking to test every change I make. My mouse gets a little worn out and I waste a lot of time. Luckily there is a better way to test Flex apps. Flex supports automated testing of applications but you need software that does the record, playback, and test validation. FlexMonkey is a free and open source tool that does automated testing on Flex apps. It just reached the 1.0 release and it now contains a number of new great features like:
- Fluint / FlexUnit 4 Test Creation
- Ant and Hudson / CI Support
- Property and Bitmap Verification
If you’d like to learn more about how to use FlexMonkey check out “Testing Flex applications with FlexMonkey 1.0” by Eric Owens. FlexMonkey is a great tool that will give your mouse a break and save you some time. Check it out and let me know what you think.


2 Comments
hey james,
does it support testing flex 4 swfs, coz i have not been able to create flexMonkey projects using flex 4 swfs though it reads flex 3 swfs.
thanks
saurabh
Hi Saurabh,
I don’t think the Spark components support automation yet. But it might work with only Halo components in Flex 4.
-James
2 Trackbacks
[...] James Ward – RIA Cowboy Rich Internet Applications | Flex | Adobe AIR | Java | Open Source | Linux | Enterprise Software Skip to content Flex and Java LinksPortable RIAs TutorialJames Ward’s Bio « Give your mouse a break! FlexMonkey 1.0 Released [...]
[...] must admit, I hadn’t heard of FlexMonkey before today, but it sounds awesome. It allows you to record keyboard/mouse input and then re-run it in your QA [...]