Test-driven development/Definition

From Citizendium
< Test-driven development
Revision as of 05:37, 21 October 2008 by imported>Tom Morris (New page: <noinclude>{{Subpages}}</noinclude> Software development practice where a programmer creates a failing test case before writing the implementation, then stopping when the test passes.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
A definition or brief description of Test-driven development.

Software development practice where a programmer creates a failing test case before writing the implementation, then stopping when the test passes.