Question: Given the following fragment of code How many test cases are required for 100% decision coverage? if (width > length) then 1 biggest dimensionwidth if

Given the following fragment of code How many test cases are required for 100% decision coverage? if (width > length) then 1 biggest dimensionwidth if (height> width) then biggest dimension-height end if 8 else 9 biggest_dimensionlength if (height length) then 10 biggest_dimension- height 12 13 14 end if end_if
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
