Multiple choice technology testing

The process starting with the terminal modules is called

  1. Top-down integration

  2. Bottom-up integration

  3. Module integration

  4. None of the above

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

Bottom-up integration testing begins with low-level terminal modules that don't call other modules, then progressively integrates higher-level modules using driver programs. Top-down integration starts from the main module, not terminal modules.