Cyclomatic Complexity is White box testing - Structure based testing techniques

Q.  What is Cyclomatic Complexity?
- Published on 30 Jul 15

a. Black box testing
b. White box testing
c. Grey box testing
d. Combination of all

ANSWER: White box testing
 

    Discussion

  • Prajakta Pandit   -Posted on 03 Nov 15

    - Cyclomatic complexity is a White box testing.

    - Cyclomatic complexity is used to indicate the complexity of a program.

    - Cyclomatic complexity is computed using the control flow graph of the program.

    - It is a quantitative measure of the number of linearly independent paths through a program's source code.

    - When calculating cyclomatic complexity from source code is to be consistent with the interpretation of language constructs in the flow graph.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)