Test-driven development/Definition

From Citizendium
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.