Jump to content

Test-driven development

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TakuyaMurata (talk | contribs) at 06:55, 6 November 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The test-driven development is the method of software development where tests specify interfaces of implementation and all code must be passed the tests.

It is one of primary practices of Extreme Programming.

See also: Unit test, JUint, Testing first