Software QA Testing Question:

Explain Cyclomatic complexity?

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.

Read All 251 Software QA Questions
Previous QuestionNext Question
What is Integration?Explain Debugging?