Monday, June 14, 2010

Flex testing tools

Hi to all.here we discuss about testing tools for flex 3.

In this post i m explained how many tools we had in flex for testing our application.

basically we had many tools, but I'm shorted it.

1.Flex Unit

2.Flex Monkey

3.RIA test


Flex Monkey:

FlexMonkey is an Adobe AIR application used for testing Flex and AIR based applications. Providing the functionality to record, playback and verify Flex UI interactions, FlexMonkey also generates Action Script-based testing scripts that you can easily include within a continuous integration environment.
You can use this tool to see how user uses your application. It can log all the events like, clicks, scrollbars etc, which you can analyze later to see how user used it

For more details please refer the following links
http://www.adobe.com/devnet/flex/articles/flexmonkey.html
http://http//www.gorillalogic.com/fonemonkey/features%20

RIA Test:
RIATest is a GUI test automation tool for Adobe Flex applications. RIATest does for your GUI what FlexUnit does for your code.

refer:
http://www.riatest.com/

FlexUnit:

FlexUnit is a unit testing framework for Flex and ActionScript 3.0 applications and libraries. It mimics the functionality of JUnit, a Java unit testing framework, and comes with a graphical test runner.

Here are the links to both the releases of FlexUnit

http://opensource.adobe.com/wiki/display/flexunit/FlexUnit;jsessionid=FBE213CAA0E580729AFA0BAFB9EAE6BE

To learn how to use the FlexUnit see these tutorials and articles :
http://blog.blackpepper.co.uk/black-pepper-blog/Flex-unit-testing-and-continuous-integration.html
http://www.insideria.com/2008/04/unit-testing-with-flexunit-1.html

I hope the above information will helpful to someone who is new to flex testing tool.

No comments:

Post a Comment