Moderate

Cyclomatic Complexity method comes under which testing method ?

Correct answer: B. White box

  • A. Yellow box
  • B. White box
  • C. Gray box
  • D. Black box

Explanation

Cyclomatic complexity is calculated from a program's control-flow graph and helps derive independent execution paths, making it a white-box technique. Black-box testing does not require knowledge of internal control flow.

Last updated

Practise Software Testing and Quality Assurance

181 free Software Testing and Quality Assurance MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions