vote up 1 vote down star

Any list of Testing frameworks for ActionScript 2.0/3.0 around there?

flag

5 Answers

vote up 1 vote down check

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

link|flag
Does FlexUnit work with AS 2.0? – kementeus Dec 2 '08 at 0:25
I don't believe so. – Richard Szalay Jun 5 at 13:28
vote up 0 vote down

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)

link|flag
vote up 0 vote down

Try AS3Unit from libspark. They also have an async beta test kit.

link|flag
vote up 1 vote down

Also check out fluint

Based loosely on the concepts of FlexUnit and its ancestor JUnit, fluint provides enhanced asynchronous support, a graphical test runner, integration with continuous build systems and an optional Adobe AIR client for directory watching.

link|flag
vote up 1 vote down

Try AsUnit. It currently supports ActionScript 2.0 and 3.0 development. And, it's open source.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.