retagged by
4,909 views

1 Answer

Best answer
6 votes
6 votes
cyclomatic complexity is used for testing purpose . It is calculated by using below formula E-N+2

=17-13+2

=4+2

=6

option c
selected by
Answer:

Related questions

13.2k
views
2 answers
7 votes
makhdoom ghaya asked May 12, 2016
13,230 views
If a program $P$ calls two subprograms $P1$ and $P2$ and $P1$ can fail $50$% of the time and $P2$ can fail $40$% of the time, what is the failure rate of program $P$?$50$%$60$%$70$%$10$%
5.9k
views
3 answers
2 votes
makhdoom ghaya asked May 12, 2016
5,929 views
Which of the following testing methods uses fault simulation technique?Unit testingBeta testingStress testingMutation testing
4.2k
views
1 answers
3 votes
makhdoom ghaya asked May 12, 2016
4,246 views
Which of the following types of coupling has the weakest coupling?Pathological couplingControl couplingData couplingMessage coupling
414
views
1 answers
0 votes
Ramayya asked Jan 7
414 views
McCabe’s cyclomatic complexity number of a program control graph ‘$G$’ with $e$edges, $n$ nodes and $p$ disconnected paths is defined as$n – e + 2p$e – n + 2 + p$e – n +2p$n – e + p$