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.

Computer Science & Information Technology

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

Computer Science & Information Technology

Explain why a process may have only one current group.

What will be an ideal response?

Computer Science & Information Technology

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

Computer Science & Information Technology

The GoTo command is considered a(n) ____ tool.

A. editing B. navigation C. merging D. sorting

Computer Science & Information Technology