Multiple choice technology testing

Re-applying tests from old builds to make sure nothing broke in new builds is a form of what type of testing.

  1. System Testing

  2. Unit Testing

  3. Integration Testing

  4. Regression Testing

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Regression testing involves re-running previously executed tests to verify that recent code changes have not adversely affected existing functionality. Re-applying tests from old builds to new builds is the classic definition of regression testing - ensuring nothing that worked before has broken.