Now that a lot of people have bught the idea of test-driven development using nunit, it's time to get into practical details around testing layers other than business logic. Here's an article of unit testing the data layer:
Unit Testing Database Code - Some advice for those who don't see how to unit test their stored procedures. Emphasizes the use of a separate database for testing. Good stuff, worth thinking about if you've been bit by the test-first bug and want to extend that to the backend. (via Steven Smith) [Larkware]
|