6/10/2010 4:08:25 AM
Title:
Flex unit testing
hi to all, is there any tool for flex unit testing?can any one please help me.
6/10/2010 4:56:23 AM
Hi Amutha , you can user FlexUnit for Unit testing of you flex actionscript 3.0 testing. Flex unit is testing framework for Flex and ActionScript 3.0 project applications and libraries
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
6/10/2010 4:57:42 AM
you can use Flex Monkey for unit testing check this article
http://www.flex888.com/1304/flex-unit-testing-made-easy-with-flexmonkey.html
6/10/2010 5:03:08 AM
Amutha , my best recommendation will be FlexUnit , Another tool that I came across recently is http://www.riatest.com/ which I have not tried yet
6/10/2010 5:06:39 AM
Thanks to all. i will try your suggestions.