Multiple choice technology testing

Acceptance test cases are based on what?

  1. Requirements

  2. Design

  3. Code

  4. Decision table

Reveal answer Fill a bubble to check yourself
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.