Test-driven development: Difference between revisions

Content deleted Content added
Stemcd (talk | contribs)
Stemcd (talk | contribs)
Line 4:
== Requirements ==
 
For Test Driven Development to work, the system must be flexible enough to allow for [[automated testing]] of code, using test cases that return a simple true or false evaluation of correctness. These properties allow for rapid feedback of correctness and design.
 
== Test-Driven Development Cycle ==