Question: Values less than 10 are rejected, values between 10 and 21 are accepted, values greater than 21 are rejected. Which of the following covers the


Values less than 10 are rejected, values between 10 and 21 are accepted, values greater than 21 are rejected. Which of the following covers the MOST boundary values? (2 points) 9, 10, 11, 21,22 9, 10, 21, 22 10, 11, 21, 22 10, 11, 20, 21 For the following code, which value of Y makes the fault undiscoverable in statement coverage criterion? begin if(Y >=0) then Y=0-Y; abs = y; end; m (2 points) Y=0 Y=-1 Y=1 No answer is correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
