The fundamental rule for testing functions requires that every function be tested in an already fully tested and debugged program. How can this be accomplished?
a) Impossible! The main function must have all the functions it calls attached to get
it to compile and run properly.
b) The main function is tested with stub functions replacing each` function.
c) Write drivers for the stub functions to test them.
d) Add each non-stub function in turn for testing.
e) Write drivers for the function implementations one at a time to test them
independently.
b) The main function is tested with stub functions replacing each` function.
d) Add each non-stub function in turn for testing.
e) Write drivers for the function implementations one at a time to test them
independently.
You might also like to view...
In a _____, all network devices are connected to a common backbone that serves as a shared communications medium.
A. star network B. bus network C. ring network D. mesh network
Explain why a process may have only one current group.
What will be an ideal response?
Collaborative filtering is a method whereby ____ are made about one user's interests by collecting and analyzing data from many users.
A. classifications B. collections C. predictions D. aggregations
The GoTo command is considered a(n) ____ tool.
A. editing B. navigation C. merging D. sorting