Multiple choice technology testing

Which of the following is not a type of incremental testing approach?

  1. Top down

  2. Big-bang

  3. Bottom up

  4. Functional incrementation

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

Big-bang integration is not an incremental testing approach - it integrates all system components at once rather than in stages. Top-down (A) and bottom-up (C) are both incremental strategies that integrate modules gradually. Functional incrementation (D) is another incremental approach where features are added incrementally.