SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The Cyclomatic number theory in a graph is defined by ____
A
e-n + 2
B
e-n + 1
C
e-n-2
D
e-n-1
Explanation: 

Detailed explanation-1: -The cyclomatic number in graph theory is defined as e-n + 1. Program control flow graphs are not strongly connected, but they become strongly connected when a “virtual edge” is added connecting the exit node to the entry node.

Detailed explanation-2: -In a comprehensive software development environment, bottom-up testing is usually done first, followed by top-down testing.

There is 1 question to complete.