Test-driven development: Difference between revisions

Content deleted Content added
Updated TDD cycle to add "create a list of all tests" as described by Kent Beck
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
Line 20:
== Test-driven development cycle ==
[[File:TDD Global Lifecycle.png|thumb|A graphical representation of the test-driven development lifecycle]]
The following sequence is based on the book ''Test-Driven Development by Example'',<ref name=Beck>{{cite book |last=Beck| first=Kent |title=Test-Driven Development by Example |publisher=Addison Wesley |___location=Vaseem |date=2002-11-08 |isbn=978-0-321-14653-3}}</ref>, amended by Kent Beck's [https://tidyfirst.substack.com/p/canon-tdd Canon TDD article]
 
;1. Create a list of tests for the new feature