If you are testing a module of code, how do you determine the level of decision coverage you have achieved?

選択肢

A.By taking the number of decisions you have tested and dividing that by the total number of executable statements in the module
B.By taking the number of decisions you have tested and dividing that by the total number of decisions in the module
C.By taking the number of decisions you have tested and dividing that by the total lines of code in the module
D.By taking the number of decision outcomes you have tested and dividing that by the total number of decision outcomes in the module

正解

D: By taking the number of decision outcomes you have tested and dividing that by the total number of decision outcomes in the module

この試験の他の問題