TDDing the sales report: testing with a database
Submitted by danbunea on Sat, 07/01/2006 - 15:17.
test driven development
Using automated tests that depend on a database can always be a tricky task. Although this is usually avoided using mock objects, I tried to write a simple sample of how to use Test Driven Development to build a sales report. The example can be found at: TDDing the sales report and it includes the source code.
Download: Sources
Download: Sources
