Question: A minimum of how many test cases are needed for the below program to ensure 100% branch/decision coverage? Read a,b if a>b print welcome endif
A minimum of how many test cases are needed for the below program to ensure 100% branch/decision coverage?
Read a,b
if a>b
print "welcome"
endif
if a=10
print"bye"
end if
if b=6
print "welcome"
endif
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
