Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there good example Flex project with well written unit tests?

My team is willing to start to write unit tests of our code (we will try even TDD).

Are there some good example Flex projects with well written unit tests?

like image 712
Kiril Kirilov Avatar asked Feb 21 '11 12:02

Kiril Kirilov


People also ask

What project methodology is unit testing most often done in?

Unit tests can be performed manually or automated. Those employing a manual method may have an instinctual document made detailing each step in the process; however, automated testing is the more common method to unit tests.

Should QA write unit tests?

In order to build better software at speed, QA and development teams should unit test early with the build, perform it regularly, and refactor when required. Unit testing is a must-have skill for a modern developer as it can help in writing bug-free code and it is essential to write quality tests.


1 Answers

The AS3Commons and Spring ActionScript projects have a fairly elaborate set of unit tests:

  • http://www.as3commons.org/
  • http://www.springactionscript.org
like image 114
Christophe Herreman Avatar answered Sep 29 '22 10:09

Christophe Herreman