Regression

From OdaWiki
Revision as of 18:08, 30 March 2006 by Voxel (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

What is regression testing

Regression testing determines at which revision a bug or feature was introduced.

How to do a regression test

Find a revision from which the bug was absent. Then find a revision in which the bug was present. Pick a revision in the middle, and test that. Now you know which suspect block of revision to test next. Divide and conquer. A bug in a block of 1024 revisions should only take about 10 tests.