Question: How many test cases are necessary to achieve Full path coverage, line coverage, branch coverage and maximum set of independent paths IF A >

How many test cases are necessary to achieve Full path coverage, line coverage, branch coverage and maximum set of independent paths IF A > B THEN C=A-B ELSE C=A+B ENDIF Read D IF C = D Then Print "Error" ENDIF 1. Draw the corresponding flow graph 2. How many tests are required to achieve full line coverage? list the paths as well 3. How many tests are required to achieve full branch coverage? list the paths as well
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
