7
votes
Why didn’t unit testing work out for your project?
I employed unit testing in a couple of projects I worked on (web applications, using business objects + stored procedures to perform CRUD operations on SQL databases).
Heavy use of …
3
votes
Mocking vs. Test DB?
I didn't find mocking very useful when testing data access code. The purpose of unit testing is to verify the database-related code works and mocking the database would hinder the test.
Moc …
