Multiple choice technology testing

What are the Types of Integration Testing?

  1. Big Bang Testing

  2. Bottom Up Testing

  3. Top Down Testing

  4. All the above

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

Integration testing has multiple approaches: Big Bang (integrate all components at once), Bottom Up (start with low-level modules and integrate upward), and Top Down (start with high-level modules and integrate downward).