Thursday 8 September 2011

JUnit Tutorial

This brief tutorial shows how to use the JUnit open source unit testing framework for Java. By using JUnit, you can assert that methods in your Java code work as designed, without the need to set up the complete application. To apply the JUnit principle for testing in specific domains such as XML or databases, special extensions exist.

Visit http://www.softwaretestingmagazine.com/videos/junit-tutorial/