This document discusses challenges with automated unit and integration testing involving databases. It presents RoundhousE and NDbUnit as tools that help address these challenges by managing database schema changes and ensuring data is in a known state before tests. Examples of how these tools work would be helpful to understand how they automate testing of database-related code.
Related topics: