Software QA Testing Question:

Explain Cyclomatic complexity?

Software QA Interview Question
Software QA Interview Question

Answer:

(1)The number of independent paths through a program.
(2)The cyclomatic complexity of a program is equivalent to the number of decision statements plus 1.


Previous QuestionNext Question
What is Integration?Explain Debugging?