Which of the following test techniques uses the requirements specifications as a test basis?
Antwortmöglichkeiten
Richtige Antwort
B: Black-box
Erklärung
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.