Question: Consider a decision statement in the program code with three conditions a>5,b!=0, and c==0 : if (a>5 && (b!=0 II c==0)) then code } else

Consider a decision statement in the program code with three conditions a>5,b!=0, and c==0 : if (a>5 \&\& (b!=0 II c==0)) "then" code \} else \{ "I/ "else" code \} Assuming that the code in either of the branches does not depend on the three variables (there are no more statements over any of a,b, or c inside), show the minimal set of test cases (give appropriate test values for a,b, and c) required to satisfy the Modified Condition/Decision Coverage criteria. Provide the argumentation why your test data set fulfills the MC/DC requirement
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
