Jump to content

Tester-driven development

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 4.59.22.2 (talk) at 17:47, 20 November 2013. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Tester-driven development, or bug-driven development is an anti-pattern where the requirements are determined by bug reports or test results rather than for example the value or cost of a feature.

It is tongue-in-cheek reference to [Test-driven development]], a widely use methodology in Agile software practices. In test driven development tests are used to drive the implementation towards fulfilling the requirements. Tester-driven development instead shortcuts the process by removing the determination of requirements.