Quiz Question 1 of 5
During the "code checking" phase of software testing, which of the following is most likely to indicate a problem in the conversion of the plan to code?
Choose the correct answer below:
-
A
The test data produces results that differ from the predicted outcomes despite correct inputs.
-
B
The program runs successfully without any compiler errors or warnings.
-
C
The test data results are identical to the manual calculations performed during the model checking phase.
-
D
The pseudocode perfectly matches the logic of the final coded program.