all labs
Module 05 · Executing Manual Tests
SwiftCart Checkout: End-to-End Manual Test Execution Lab
You are a Junior UAT Tester at SwiftCart. The development team just deployed Build 2.0 (One-Click Checkout) to Staging. Verify the site is stable enough to test (Smoke), ensure existing features like Search still work (Regression), and find hidden UI bugs (Exploratory) before launch.
45 minBeginner 3 outcomes 7 steps · 3 checkpoints
lab progress0/10 · 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
SwiftCart_Test_Checklist.csv
Six pre-defined test cases (Smoke, Regression, UAT, Exploratory). Some intentionally lack data or have ambiguous steps to simulate real-world documentation gaps.
Learners fill actual_result and status during execution. TC-006 is purposefully vague.
| test_id(string) | category(string) | test_objective(string) | steps_to_reproduce(string) | expected_result(string) |
|---|---|---|---|---|
| TC-001 | Smoke | Verify site accessibility | Navigate to uat-swiftcart-test.app | Site landing page loads successfully |
| TC-002 | Smoke | Verify login success | Enter uat_user_01 and Password123 | User dashboard is displayed |
| TC-003 | Regression | Search functionality | Search for 'Wireless Mouse' | Results show relevant products |
| TC-004 | Regression | Add to Cart | Click 'Add to Cart' on item 1 | Cart counter increments to 1 |
| TC-005 | UAT | One-click button visibility | Open product page | Blue button reads 'Buy Now with One-Click' |
| TC-006 | Exploratory | Stress checkout flow | Try unusual interactions during checkout | App handles gracefully without crash |