FlexMonkey is a testing framework for Flex apps that provides for the capture, replay and verification of Flex UI functionality. FlexMonkey can record and playback Flex UI interactions, and generates ActionScript-based testing scripts that can easily be included within a continuous integration process. It uses the Flex Automation API and was created by extending Adobe's sample automation adapter, AutoQuick . See the Getting Started Guide for a quick overview of installing, recording, and running tests with FlexMonkey . FlexMonkey has been donated to the Flex community by Gorilla Logic , who developed FlexMonkey because of their belief that only monkeys would develop code without being able to automate their testing.
UI Interactions Testing with FlexMonkey - Presentation Transcript
Only monkeys would develop code without being able to automate their testing. - Gorilla Logic * Twitter: ArulKumaran * Blog: shockwave-india.com/blog *
What is FlexMonkey? * Twitter: ArulKumaran * Blog: shockwave-india.com/blog *
What is FlexMonkey? FlexMonkey is a testing framework for Flex applications * Twitter: ArulKumaran * Blog: shockwave-india.com/blog *
Why do we need Testing? * Twitter: ArulKumaran * Blog: shockwave-india.com/blog *
Why do we need Testing?
Because software errors cost lot of money
Cost of fixing the errors multiplies when the errors are found after the release
Generates FlexUnit TestCases, and can also be used with non-FlexUnit-based testing frameworks
Tests can be run from build systems such as Ant
Handles all Flex UI events
Uses Flex Automation API to provide native control over your flex app. Requires no javascript or browser plug-ins to use.
Unit tests are written entirely in ActionScript. No other programming or special purpose scripting languages are needed to develop comprehensive UI test suites.
Non-invasive. Requires no modifications to your application source
UI Interaction Testing with Flex Monkey, presented more
UI Interaction Testing with Flex Monkey, presented in the community track of RIAction.sg an Rich Internet Action conference conducted in Singapore in 2009 less
0 comments
Post a comment