GeekArticles
Testing
Database Testing
Testing
Database TestingDatabase Testing Using DbUnit
Richard Dallaway notes about database unit testing inspired me the realization of the DbUnit framework. I think this is a very good text about this subject. Hopefully he gave me the permission to present excerpts from his notes here.
With multiple database you have to make sure you keep the structure of the databases in sync: if you change a table definition or a stored procedure on your test machine, you'll have to remember to make those changes on the live server. The deployment database should act as a reminder to make those changes."
Read Next: Database Code Unit Testing
Related Topics
