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