Test-driven development: Difference between revisions

Content deleted Content added
No edit summary
Gakrivas (talk | contribs)
m must be passed -> must pass
Line 1:
The '''test-driven development''' is the method of [[software development]] where tests specify interfaces of implementation and all code must be passedpass the tests.
 
It is one of primary practices of [[Extreme Programming]].