Content deleted Content added
→Uses: Removed functional vs unit distinction, as unit is a test level and functional is test type, removed content describing unit and functional testing as already covered by those pages. |
m →Uses: remove typo |
||
Line 52:
{{Quotation |text=Also 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 batch of test cases previously run against the system to ensure that it has not been damaged in an obscure way. In practice, such ''regression testing'' must indeed approximate this theoretical idea, and it is very costly.|author=[[Fred Brooks]]|title=''[[The Mythical Man Month]]''|source=p. 122}}
Regression tests can be done at any level, from [[unit testing|unit]] through to [[System integration testing|system integration
==See also==
|