Test-driven development

This is an old revision of this page, as edited by Gakrivas (talk | contribs) at 11:19, 2 March 2004 (must be passed -> must pass). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

It is one of primary practices of Extreme Programming.

See also: Unit test, JUint, Testing first, test driven development