All Questions
Tagged with database-development unit-testing
1 question
6
votes
4
answers
2k
views
Unit testing data access objects
I have recently started using test-driven development and unit testing, and it has paid off immensely in the areas where I have aplied it. One area that it has been helpful in is database access. When ...