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 testing

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

Regression testing is performed specifically to verify that recent code changes or updates have not adversely affected existing features. Unit testing checks individual components, whitebox testing is a testing methodology based on code structure, and recursive testing is not a standard term.