Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I want you to write step by step draw graph then explain like this. he following information about a graph: o Set of nodes ={1,2,3,4,5,6,7}
I want you to write step by step draw graph then explain like this.
he following information about a graph: o Set of nodes ={1,2,3,4,5,6,7} o Set of initial nodes ={1} - Set of final nodes ={7} O Set of edges ={(1,2),(2,3),(2,4),(4,3),(3,5),(3,6),(5,3),(6,1),(1,7)} Answer the following questions based on the above graph. 1. Draw the graph. 2. List the test requirements for a. node coverage, b. edge coverage, c. edge-pair coverage d. and prime path coverage on the graph. 3. Given the test path [1,2,4,3,5,3,6,1,2,3,6,1, 7] and the simple path [1,2,4,3,6]. Does test path tour the simple path: a. directly? b. With a sidetrip? c. or with a detour? 4. List test paths that achieve node coverage but not edge coverage on the graphStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started