1.

What is Cyclomatic complexity?(a) Black box testing(b) White box testing(c) Yellow box testing(d) Green box testingThis question was addressed to me during an online interview.This key question is from Software Testing Techniques topic in portion Software Testing and Quality Management of Software Engineering

Answer»

Right choice is (B) White box testing

Easiest EXPLANATION: Cyclomatic complexity measures the amount of decision logic in the program module.Cyclomatic complexity gives the minimum NUMBER of paths that can generate all possible paths through the module.



Discussion

No Comment Found

Related InterviewSolutions