Top-down integration replaces not-yet-integrated subordinate modules with ___.
Top-down integration replaces not-yet-integrated subordinate modules with ___.
Answer
stubs
The module under test calls downward into modules that do not exist yet, so each is replaced by a stub that returns a canned answer — which is also why a stub can hide real work.
Pressman 9e ch20; ch21