Which of the following test techniques uses the requirements specifications as a test basis?
選択肢
正解
B: Black-box
解説
B is correct, per syllabus. Black-box testing is based off the requirements documents. A and C are incorrect because these use the structure of the software as the test basis. D is incorrect because exploratory testing is often done when there is no specification, thus giving the tester the opportunity to learn about the software while testing.