Multiple choice technology testing

The process starting with the terminal modules is called :

  1. Top-down integration

  2. Module integration

  3. Bottom-up integration

  4. None of the above

Reveal answer Fill a bubble to check yourself
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.