A TDD Journey: 1-Trials and Tribulations

Posted on Simple Talk See other posts from Simple Talk
Published on Tue, 15 Jul 2014 00:00:00 GMT Indexed on 2014/08/18 16:40 UTC
Read the original article Hit count: 261

Filed under:

Test-Driven Development (TDD) has a misleading name, because the objective is to design and specify that the system you are developing behaves in the ways that the customer expects, and to prove that it does so for the lifetime of the system. It isn't an intuitive way of coding but by automating the specifications of a system, we end up with tests and documentation as a by-product. Michael Sorens starts an introduction to TDD that is more of a journey in six parts:

© Simple Talk or respective owner

Related posts about .NET Framework