Thanks for the information, mskeel.
The problem is, the system I'm working in is mostly doing CRUD operations. Its a big project but the objetcs don't have much logic inside them. Most of the errors we get is related to the database or the layer responsible for the object-relational mapping. You know, maybe the DBA removed a stored procedure parameter and forgot to tell me.
So, it would be nice to test against a real database (not the production database, of course). How do you guys test database stuff, like stored procedures?
Nerseus, I will take a look at that. Thanks!