Multiple choice technology testing

Continuous testing of an application as when new functionality is added

  1. Incremental Integration testing

  2. System Testing

  3. Integration testing

  4. Unit testing

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

Incremental integration testing continuously validates integrated modules as new functionality is added. Each increment is tested immediately upon integration, ensuring smooth ongoing integration rather than waiting until all features are complete.