__________ testing is a type of high level testing in which the primary goal…
2026
__________ testing is a type of high level testing in which the primary goal is to evaluate functionalities from a behavioural viewpoint.
- A.
Black box
- B.
Blue box
- C.
Grey box
- D.
White box
Attempted by 70 students.
Show answer & explanation
Correct answer: A
Black box testing is a high-level testing approach where the internal code structure is not known to the tester. The primary focus is on evaluating system functionality and behavior based on inputs and outputs, aligning with the description in the question.