Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs

Wednesday, September 7, 2011

Testing Databases with JUnit and Hibernate Part 1: One to Rule them | Schauderhaft

Schauderhaft » Testing Databases with JUnit and Hibernate Part 1: One to Rule them
Databases are an extremely important part of almost every enterprise application. Yet there is very little support for testing your database, which results in very little tests coverage of database related code out in the wild. In a desperate attempt to change that at least a little the article series starting with this article will describe some of the problems and possible partial solutions based on Hibernate and JUnit.

No comments:

Post a Comment