Simplify Data Layer Unit Testing using Enterprise Services
Simplify Data Layer Unit Testing using Enterprise Services
Submitted by webmaster@testdriven.com (Links) on Sat, 14/05/2005 - 10:15. databases & SQL | test driven development | unit testingDespite all the hype surrounding unit testing and Test Driven Development (TDD) many developers don't see them as useful processes that are applicable to the production of real-world applications. One reason is that once you get down to the intricacies of application development, all of the easy testing you've heard so much about can vanish. You may find yourself writing unit tests that are hard to implement against real code. This is often the case in database testing, where TDD can quickly lose its appeal, and force you to revert your processes to the previous real-world methodologies your team employed. Here, I'll present some techniques to make your testing process easier, even when developing real-world applications, using unit testing.
Author: Roy Osherove
Published: MSDN Magazine, June 2005
Author: Roy Osherove
Published: MSDN Magazine, June 2005
