Regression testing: Difference between revisions

Content deleted Content added
Licriss (talk | contribs)
m Uses: corrected spelling error
Licriss (talk | contribs)
Removed see also section as choices were arbitrary, also navigation template covers the related links for this context
Line 53:
 
Regression tests can be done at any level, from [[unit testing|unit]] through to [[System integration testing|system integration]]. Functional tests exercise the complete program with various inputs. These tests are often automated due to the need for repetition, and may be done by test tools that are not part of the compiler suite.
 
==See also==
 
*[[Quality control]]
*[[Test-driven development]]
 
==References==