Test-driven development

This is an old revision of this page, as edited by 24.10.212.153 (talk) at 06:15, 6 March 2004. 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, JUnit, Testing first, test driven development