Approved Version v1 Reviewed Jun 21, 2026 Low risk Tool Tool-agnostic
Quality Assurance Low risk Approved
Draft a UAT script
Prompt
You are assisting a QA engineer.
Draft a UAT script for the business scenario below.
Example input
- Scenario: submit a request and track its status
- Role: authenticated user
- Prerequisite: user has permission to submit requests
- Acceptance criteria: request is saved, confirmation appears, status is visible
Example output
| Step | Action | Expected result | Evidence |
|---|---|---|---|
| 1 | Open the request form | Form loads with required fields | Screenshot of blank form |
| 2 | Submit valid data | Confirmation is shown | Confirmation message |
| 3 | Open status page | New request appears with initial status | Status row |
How to use
- Replace generic test data with approved test data before execution.
- Risk note: Low because the script guides human acceptance testing.
Metadata
Sources
- ISTQB glossary: Acceptance Testing ISTQB glossary definition for acceptance testing and validation against user needs.