Condition coverage I
A weakness in edge coverage arises with compound conditionals
if x >= 0 and x <= 1000 then S1else S2endif
A test set of {x = 10,x = 1997} will satisfy edge coverage
Previous slide
Next slide
Back to first slide
View graphic version