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%

Step-by-step

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-001SmokeVerify site accessibilityNavigate to uat-swiftcart-test.appSite landing page loads successfully
TC-002SmokeVerify login successEnter uat_user_01 and Password123User dashboard is displayed
TC-003RegressionSearch functionalitySearch for 'Wireless Mouse'Results show relevant products
TC-004RegressionAdd to CartClick 'Add to Cart' on item 1Cart counter increments to 1
TC-005UATOne-click button visibilityOpen product pageBlue button reads 'Buy Now with One-Click'
TC-006ExploratoryStress checkout flowTry unusual interactions during checkoutApp handles gracefully without crash