Question: part d only For the program given below: (a) Draw the Control Flow Graph (CFG) (b) Find its Cyclomatic Complexity (CC). (c) How many test
For the program given below: (a) Draw the Control Flow Graph (CFG) (b) Find its Cyclomatic Complexity (CC). (c) How many test cases are required for each of: 1- Statement testing 2- Branch testing 3- Path testing. 4- Exhaustive testing assuming that the maximum number of records is 5. (Justify your answers). (d) Give an example set for test cases of the branch testing. Program Q4 A = 0; B = 0; Read new_rec; {read a new record (X, Y)} Repeat While A > = 0 OR B > = 0 Do If (A 0 Then Print A, X Else Print B, Y Endif Read new_rec; End
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
