I have heard that when developing application which uses a database you should do database unit testing. What are the best practices in database unit testing? What are the prima
Take a look on DBTestDriven framework. It works great for us. Download it from GitHub or their website.