Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unit testing in flex

Are there any unit testing solutions for Flex? or actionscript 3?

If so, what are their features? Any UI testing abilities? Functional testing? Any pointers, examples, libraries or tools that you can share?

like image 611
Phobis Avatar asked Sep 27 '08 01:09

Phobis


1 Answers

FlexUnit is pretty awesome - http://opensource.adobe.com/wiki/display/flexunit/FlexUnit

Also ASUnit - http://asunit.org

They are both pretty similiar and both haven taken quite a bit from frameworks like JUnit.

FlexMonkey (http://code.google.com/p/flexmonkey/) although I haven't used it myself seems to do UI unit testing.

like image 111
Max Stewart Avatar answered Sep 24 '22 10:09

Max Stewart