Question: For the following pseudo- code,discuss how many minimal test cases will be needed to achieve 100% statement coverage. Then, define a set of minimal

For the following pseudo- code,discuss how many minimal test cases will be needed to achieve 100% statement coverage. Then, define a set of minimal test cases. Each test case consists of specific values of x and y, thus this question is asking you to list a set of tuples. if x > z then y = 3; else y = 2; end if; if x z +1 then W = 3; else W = 2; end if
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
