What are the Types of Integration Testing?
-
Big Bang Testing
-
Bottom Up Testing
-
Top Down Testing
-
All the above
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).