what is Cyclomatic Complexity?

Answers were Sorted based on User's Feedback



what is Cyclomatic Complexity?..

Answer / jeny devassy

Cyclomatic complexity is a software metric (measurement)
developed by Thomas McCabe and is used to measure the
complexity of a program. It directly measures the number of
linearly independent paths through a program's source code.

One of the ways is counting the number of closed loops in
the flow graph, and incrementing the number by one.

Is This Answer Correct ?    6 Yes 0 No

what is Cyclomatic Complexity?..

Answer / sri

Cyclomatic complexity is a software metric (measurement)
developed by Thomas McCabe and is used to measure the
complexity of a program. It directly measures the number of
linearly independent paths through a program's source code.

Cyclomatic complexity is computed using the control flow
graph of the program: the nodes of the graph correspond to
indivisible groups of commands of a program, and a directed
edge connects two nodes if the second command might be
executed immediately after the first command. Cyclomatic
complexity may also be applied to individual functions,
modules, methods or classes within a program.

Is This Answer Correct ?    2 Yes 0 No

what is Cyclomatic Complexity?..

Answer / bijimol c t

complexity is computed using the control flow
graph of the program

Is This Answer Correct ?    1 Yes 0 No

what is Cyclomatic Complexity?..

Answer / krishna

can someone answer what is cyclomatic complexity?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QA Concepts Interview Questions

what are the advantages of process in Quality Assurance?

1 Answers  


Give me example of automate the regression test suite ........Thanks...

0 Answers   Apotex,


different between bitmap checkpoint and image checkpoint ?

1 Answers  


what kind of issues do u think a QA team might face if sw is built incorrectly?

3 Answers   TCS,


What are the attributes of a good software qa engineer?

0 Answers  






How do you deal with environments that are hostile to quality change efforts?

0 Answers   Telco,


Questions for role of a QC engineer at NDS,Bangalore 1st round is written 20 questions on aptitude and 10 question on testing Aptitude--problems on time and distance,tap problem,ages,time and work,probability, Testing 1.Difference Between QA & QC 2.Any 4 types of SDLC models with diagram. Also Pros and cons of each model 3.What is application Testing And embedded testing 4.Qualities of a good tester 5.Test cases for registering user. One field for user name,2 fields for password,"ok" and "cancel" button 6.What is a bug,explain Bug life cycle 7.Difference between priority and severity? 8.Some question on software design

0 Answers  


draft an email to the client asking for clarrification on the conference calling function in a landline phone

0 Answers   QA, TCS,


what is Conventional SPMs

0 Answers  


Is the quality assurance group (for the QAG) audited? Who does these audits?

2 Answers  


What does the software qa document should include?

0 Answers  


difference between validation and regression testing

3 Answers   Oracle,


Categories