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/.
»
- Ahmed Hashim's blog
- Login or register to post comments





Have you tried testng "the