[Image]
The traditional way of writing unit tests. The broken lines represent actions people treat as optional.
[Image]
Test-driven development—a bird’s-eye view. Notice the spiral nature of the process: write test, write code, refactor, write next test. It shows the incremental nature of TDD: small steps lead to a quality end result.
Taken from: The Art of Unit Testing, Second Edition: with examples in C#. Author:Roy Osherove.
posted by J. Ernesto Aneiros at 3:00 PM on Apr 14, 2015
"Dfferences between traditional coding and TDD"
No comments yet. -