Test-driven development

This is an old revision of this page, as edited by 198.51.251.201 (talk) at 14:55, 27 February 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 be passed the tests.

It is one of primary practices of Extreme Programming.

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