Thursday, August 05, 2004

JUnit, Testing Resources for Extreme Programming

JUnit, Testing Resources for Extreme Programming: "JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. JUnit is Open Source Software, released under the Common Public License Version 1.0 and hosted on SourceForge."

JUnit is really a great tool to automate repetitive testing tasks. Create your test cases using Junit and you are good to go.

Rating: *****

No comments: