The process starting with the terminal modules is called :
-
Top-down integration
-
Module integration
-
Bottom-up integration
-
None of the above
C
Correct answer
Explanation
Bottom-up integration testing starts with the terminal (lowest-level) modules first, testing them individually before integrating upward. This contrasts with top-down integration which begins with the main or highest-level module. The key phrase 'starting with terminal modules' identifies bottom-up.