Acceptance test cases are based on what?
-
Requirements
-
Design
-
Code
-
Decision table
A
Correct answer
Explanation
Acceptance test cases verify that the software meets business requirements and user needs. They are derived directly from the requirements specification, whether functional or non-functional. Design and code are implementation details, while decision tables are a test design technique, not the source of acceptance criteria.