retagged by
275 views

2 Answers

0 votes
0 votes

Multiple Condition Decision Coverage(MCDC) is also known as Modified Condition Decision Coverage. Both A and C are answers. 

Related questions

412
views
1 answers
0 votes
Ramayya asked Jan 7
412 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$
287
views
1 answers
0 votes
Ramayya asked Jan 7
287 views
Regression testing focuses on validatingmodule structuremodule interfacessoftware changesNone of the above
13.2k
views
2 answers
7 votes
makhdoom ghaya asked May 12, 2016
13,227 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,927 views
Which of the following testing methods uses fault simulation technique?Unit testingBeta testingStress testingMutation testing