Mar 1, 2009
What to consider when testing databases
The easiest thing to get your head around is the need to validate the logic implemented within a database. Relational databases contain code, in the form of stored procedures, triggers, and even object-oriented classes. There is nothing special about this code. Just like you test application code, shouldn’t you also test database code? Of course you should. You’ll apply the exact same types of tests to database code as you would to application code.
Here are few things you should consider when testing databases.

Leave a Reply