Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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 ...
Michael K's user avatar
  • 15.6k