Print Page | Close Window

How do you feel about cyclomatic complexity?

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Bug Report @ OneStopTesting
Forum Discription: After Creating the Test Plan, Writing the Test Cases and using them, Finally We need to generate those Bug Reports which Proves that Testers are Good enough & most importantly Indispensable.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=3065
Printed Date: 18Nov2024 at 1:18am


Topic: How do you feel about cyclomatic complexity?
Posted By: tanushree
Subject: How do you feel about cyclomatic complexity?
Date Posted: 20Oct2007 at 12:00am
How do you feel about cyclomatic complexity?

Cyclomatic complexity is a measure of the number of linearly independent paths through a program module. Cyclomatic complexity is a measure for the complexity of code related to the number of ways there are to traverse a piece of code. This determines the minimum number of inputs you need to test all ways to execute the program



Print Page | Close Window