Testing / Junit Interview questions III
Explain cyclomatic complexity.
Cyclomatic complexity is determined based on number of decision points within the code and hence execution paths. Higher the cyclomatic complexity makes it difficult to attain achieve test/code coverage.
More Related questions...