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 of the above

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

Integration testing strategies include Big Bang (integrating all modules at once), Bottom-Up (testing lower-level modules first), and Top-Down (testing higher-level modules first). Therefore, all are valid types.