Multiple choice technology testing

The name of the testing which is done to make sure the existing features are not affected by new changes

  1. Recursive testing

  2. Whitebox testing

  3. Unit testing

  4. Regression

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

Regression testing verifies that new changes don't break existing functionality. It re-runs previously passing tests to ensure system stability. Recursive testing is not standard terminology, Whitebox tests internal structure, and Unit testing focuses on individual components.