Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

part d only image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems A Practical Approach To Design Implementation And Management

Authors: THOMAS CONNOLLY

6th Edition

9353438918, 978-9353438913

More Books

Students also viewed these Databases questions