Multiple choice technology testing

Which section of the test case specifies the Acceptance criteria for a test case to be passed

  1. Expected result

  2. Post conditions

  3. Actual result

  4. Result

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Expected Result section defines what the test should produce when it executes correctly, which serves as the acceptance criterion for determining if the test case passes or fails. Post-conditions define system state after execution, Actual Result is what occurs during execution, and Result is just a general term.