What Is Cyclomatic Complexity – Learn With An Example
Cyclomatic Complexity Cyclomatic complexity is a software metric used to indicate the complexity of a program. It is a quantitative measure of the number of linearly independent paths through a program's source code. It was developed by Thomas J. McCabe, Sr. in 1976. Cyclomatic Complexity is a very common buzz word in the Development community which is used for measuring development process time line. Mainly used to determine the complexity of a piece of code or functionality. Developed by MaCabe and helps to identify the below questions for the programs/features For QA...
Comments
Post a Comment