Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider flow graph presented by the following edges - N = { 1 , 2 , 3 , 4 , 5 , 6 , 7

Consider flow graph presented by the following edges
-N={1,2,3,4,5,6,7}
-No={0}
-N+=(7}
-E={((1,2),(1,7),(2,3),(2,4),(3,2),(4,5),(4,6),(5,6),(6,1)}
-defs and uses:
def 1=
def (2)={y}
use (4)={x};
use (6)=(x};
use (7)=(Y};
1)Give example of round-trip path
2) Find the du pairs for variables x and y.
3) Find the du paths for variables x and y.
4)Find test paths for "All Def Coverage" for variables x and y.
5) Find test paths for "All Use Coverage" for variables x and y.
6) Find test paths for "All DU Path Coverage" for variables x and y.

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

Students also viewed these Databases questions

Question

Create a Fishbone diagram with the problem being coal "mine safety

Answered: 1 week ago