Multiple choice

Two common ways in which modules can be combined, as they are tested, to form a working program are

  1. primary and secondary.

  2. FIFO and LIFO.

  3. structural and linear

  4. top-down and bottom-up.

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

Top-down and bottom-up are the two standard integration testing strategies used to combine modules into a functional system. Other options listed are unrelated to module integration strategies.