Solved

Which of the Following Statements About Testing a Class Is

Question 12

Multiple Choice

Which of the following statements about testing a class is correct?


A) A unit test verifies that only one method within a class works correctly.
B) A unit test verifies that a class works correctly when it is in a complete program.
C) A unit test verifies that a class works correctly in isolation, outside a complete program.
D) A unit test does not need to know what results are expected.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions