Regression testing: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 13:
<I>Remaining questions - who invented the term? Who was the first to use it systematically?</I>
 
As a consequence of the introduction of new bugs, program maintenance requires far more system testing per statement written than any other programming. Theoretically, after each fix one must run the entire backbatch of test cases previously run against the system, to ensure that it has not been damaged in an obscure way. In practice, such <i>regression testing</i> must indeed approximate this theoretical idea, and it is very costly. -- Fred Brooks, Mythical Man Month (p 122)