Acceptance test cases are based on ________
-
Requirements
-
Design
-
Code
-
Decision table
A
Correct answer
Explanation
Acceptance testing verifies that software meets user requirements and business needs, so test cases are derived directly from Requirements. Design and Code are inputs for earlier testing phases. Decision tables are a test design technique, not the basis for acceptance tests.