Interview Questions

Cyclomatic complexity

Glossary of Software QA/Testing


(Continued from previous question...)

Cyclomatic complexity

(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.

(Continued on next question...)

Other Interview Questions