Tuesday, December 13, 2011

JUnit 4.10 by example

Junit is surely the most popular testing framework for the java platform and it is a must have in your software development toolkit. That’s good reasons to adopt it right now or to simply refresh your knowledge and to read this article :)
The goal of this tutorial is to introduce JUnit and to show how it is simple to systematically use it through a real-life example: an application which stores and retrieves its data to and from a database.