Posts Tagged ‘JUnit’

Testing the database layer

July 1st, 2009 by Jelmer Kuperus
(http://blog.jteam.nl/2009/07/01/testing-the-database-layer/)

The database is an integral part of many applications and writing queries is often hard. For that reason I have always written integration tests for the data access objects or DAO’s that I use to access the database. The way I write my DAO tests has changed a lot over the years and in this post I’d like to document the ways in which it has changed and why.

Read the rest of this entry »