all labs
Module 01 · Welcome to UAT & Agile Testing Fundamentals
Mapping Your First UAT Sprint: Bridging the Gap from User to Tester
You are the new UAT Tester at 'GreenLoop Logistics.' The company is launching a new 'Driver Hourly Log' tool. While the developers say the code is 'finished,' you need to ensure it actually works for the drivers in the field — meaning it is 'Fit for Use' and meets business requirements before the official launch.
30 minBeginner 3 outcomes 6 steps · 2 checkpoints
lab progress0/8 · 0%
Check my work
Not sure if you're doing it right? Paste what you've written or done so far and get instant feedback scored against this lab's rubric.
Dataset
greenloop_requirements.csv
Business requirement summary for the GreenLoop Logistics 'Driver Hourly Log' project, including intended functionality and known user constraints.
Use these 4 requirements to practice 'Tester Mindset' and identify edge cases.
| requirement_id(string) | feature_name(string) | business_rule(string) | user_constraint(string) |
|---|---|---|---|
| REQ-01 | Shift Login | Drivers must log start times to get paid. | Drivers wear thick work gloves. |
| REQ-02 | Submit Button | Submit must be visible on all mobile devices. | Drivers use small 7-inch tablets. |
| REQ-03 | Date Entry | Users enter birthdate to verify identity. | Drivers may accidentally enter future dates. |
| REQ-04 | Upload Log | Drivers upload a photo of their paper log. | Warehouse wifi is extremely slow. |