Question: If the pseudo code below were a programming language, how many tests are required to achieve 100% statement coverage ? Read A Read B IF
- If the pseudo code below were a programming language, how many tests are required to achieve 100% statement coverage?
Read A
Read B
IF A < 0 THEN
Print A negative
ENDIF
IF B < 0 THEN
Print B negative
ENDIF
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
