Moderate

Which of the following is black box testing______________________?

Correct answer: B. Boundary value analysis

  • A. Basic path testing
  • B. Boundary value analysis
  • C. Code path analysis
  • D. None of the mentioned

Explanation

Boundary value analysis tests inputs at and around their limits without examining the program's internal code, making it a black-box technique. Basic path and code path analysis require knowledge of control flow, so they are white-box approaches.

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