Calculate minimum number of test cases for statement coverage and condition coverage respectively

390 views Asked by At

Could someone draw a flow graph and explain how I get the answer to this question?

Question: Calculate the minimum number of test cases for statement coverage and minimum number of test cases for decision coverage respectively.

READ A READ B READ C IF C>A THEN IF C>B THEN PRINT "C MUST BE SMALLER THAN AT LEAST ONE NUMBER" ELSE PRINT "PROCEED TO NEXT STAGE" END IF ELSE PRINT "B CAN BE SMALLER THAN C" END IF

0

There are 0 answers