How to do database unit testing?
What are the best practices in database unit testing? The DbUnit framework (a testing framework allowing to put a database in a know state and to perform assertion against its content) has a page listing database testing best practices that, to my experience, are true. What are the primary concerns when doing db unit testing … Read more