What is Cyclomatic Complexity

A measure of the logical complexity of an algorithm, used in white-box testing.

Showing Answers 1 - 2 of 2 Answers

Cyclomatic complexity is a one of the software metrics, this is used to we can measure logical complexity of application.

Use : To find out Minimum No of critical Path.

It's mainly used by White box testing.

- Karthik

  Was this answer useful?  Yes

Sujatars

  • Mar 21st, 2007
 

It is used in white box testing  used to measure the logical complexity of an application.eg: number of decision plus one.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions