Saturday, March 5, 2011

Are unit tests the right level of test for doing TDD successfully?

Andrew Binstock points out that the right level to work at before writing code is the acceptance test. He also mentions that unit tests remove only about 35% of defects in software. This number rises to 40% if the tests are written before the code.

Read http://drdobbs.com/architecture-and-design/229219511 for more information.

0 comments: