Multiple choice technology testing

Testing the application as a whole for the modification in any module or functionality

  1. Black box testing

  2. Regression Testing

  3. Integration testing

  4. Performance Testing

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

Regression testing specifically checks that recent code or configuration changes haven't adversely affected existing features. When any module is modified, regression testing validates that the entire application still functions correctly, catching unintended side effects.