If you are testing a module of code, how do you determine the level of decision coverage you have achieved?
Các đáp án
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✓
Đáp án đúng
D: By taking the number of decision outcomes you have tested and dividing that by the total number of decision outcomes in the module