Any list of Testing frameworks for ActionScript 2.0/3.0 around there?
|
|
FlexUnit is the "official" unit testing framework. It's owned by Adobe's Research guys I believe. http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries Here's a tutorial on how to use it: http://langexplr.blogspot.com/2008/10/creating-flex-unit-tests-with-flexunit.html |
||||
|
|
|
Having had experience with both FlexUnit and fluint, I highly recommend fluint. It's support for asynchronous testing is significantly better than FlexUnit's and it even comes with an Ant task. In fact, future versions of FlexUnit will be incorporating fluint's features. Also, ASMock is a dynamic mocking framework that I have been working on and has gained some popularity ;) It works well with both FlexUnit and fluint (it wouldn't be difficult to integrate it with others, but they're the only two I currently support) |
||
|
|
|
|
Try AS3Unit from libspark. They also have an async beta test kit. |
||
|
|
|
|
Also check out fluint
|
||
|
|
|
|
Try AsUnit. It currently supports ActionScript 2.0 and 3.0 development. And, it's open source. |
||
|
|
