The Scenario
A university has built an online admissions application form. Before go-live, business users need to test it. You have been asked to write the UAT test cases that the admissions team will execute.
The Brief
Write 10 UAT test cases covering the happy path, edge cases, and error scenarios. Each test case should be executable by a non-technical user.
Deliverables
- Ten test cases in format: Test ID, Description, Pre-conditions, Steps, Expected Result, Pass/Fail criteria
- Coverage across: successful submission, required field validation, file upload, and duplicate detection
- At least 2 negative test cases (what should NOT work)
Submission Guidance
UAT test cases are not developer unit tests. They are written in business language: "Submit an application with a Grade 12 certificate PDF attached" not "POST /api/applications with multipart form data."
Submit Your Work
Your submission is graded against the rubric on the right. If you pass, you get a public Badge URL you can share on LinkedIn. There is no draft save, so work offline first and paste your finished response here.