A module designed to return a test case value in order to test a calling module is called a:
A. driver
B. stub
C. black-box
D. glass-box
A module designed to call another module in order to test it is called a:
A. driver
B. stub
C. black-box
D. glass-box
The disadvantage of top-down implementation and integration is:
A. it is difficult to determine where the fault lies when a new module is added
B. major design flaws do not show up until the later modules are added
C. operational modules are implemented before their ancestor logic modules
D. potentially reusable modules may not be adequately tested
An advantage of top-down implementation and integration is:
A. it is easy to determine where the fault lies when a new module is added
B. major design flaws show up early when the logic modules are coded and tested
C. operational modules are implemented after their ancestor logic modules
D. all of these