Skip navigation.
Home

JUnit !

Just i like this paragraph :) JUnit promotes the idea of first testing then coding, in that it is possible to setup test data for a unit which defines what the expected output is and then code until the tests pass. It is believed by some that this practice of "test a little, code a little, test a little, code a little..." increases programmer productivity and stability of program code whilst reducing programmer stress and the time spent debugging. It also integrates with Ant http://jakarta.apache.org/ant/.

Have you tried testng "the

Have you tried [testng|http://testng.org] "the unit testing framework for the next generation" ? It rocks!