Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?
-
Actual results
-
Program specification
-
User requirements
-
System specification
C
Correct answer
Explanation
User Acceptance Testing (UAT) validates that the system meets user requirements and is ready for production. The best source for Expected Outcomes in UAT scripts is the User Requirements, as these define what users actually need the system to do. Program specifications and System specifications are more technical and implementation-focused. Actual results are what you observe during testing, not what you expect.