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.
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 |