1.

Cyclomatic Complexity method comes under which testing method.(a) Yellow box(b) White box(c) Gray box(d) Black boxI had been asked this question in an online quiz.My question is based upon Debugging Techniques and Approaches in chapter Software Testing and Quality Management of Software Engineering

Answer»

The correct option is (b) White BOX

The best I can explain: Cyclomatic COMPLEXITY tells us about the number of independent PATHS in a program which is covered in white box TESTING.



Discussion

No Comment Found

Related InterviewSolutions