Login with Guest Complete Order Placement
HighBaselinedSmokeE2E
Description
Verify that a guest user can successfully browse products, add to cart, and complete checkout without creating an account.
Pre-Conditions
1. Application is accessible 2. Products are available in inventory 3. Payment gateway is operational
Test Steps
| Step # | Step Action | Expected Results |
|---|---|---|
| 1 | Navigate to the application homepage | Homepage loads with product categories and featured products visible |
| 2 | Click on "Electronics" category from navigation menu | Electronics category page displays with available products |
| 3 | Click on a product: "Wireless Bluetooth Headphones" | Product detail page opens showing name, price ($49.99), description, images, and "Add to Cart" button |
| 4 | Select quantity: 2 | Quantity selector shows "2" |
| 5 | Click "Add to Cart" button | Success message: "Added to cart". Cart icon in header shows "2" items |
| 6 | Click on cart icon in header | Cart page/drawer opens showing: Wireless Bluetooth Headphones x2 = $99.98 |
| 7 | Click "Proceed to Checkout" button | Checkout page loads with shipping information form |
| 8 | Select "Continue as Guest" option | Guest checkout form is displayed |
| 9 | Fill shipping details: Name: John Doe, Address: 123 Main St, City: New York, ZIP: 10001, Phone: 555-1234 | All fields are filled and validated |
| 10 | Click "Continue to Payment" | Payment page loads with order summary |
| 11 | Enter card details: 4111111111111111, Exp: 12/25, CVV: 123 | Card details are entered and validated |
| 12 | Click "Place Order" button | Order confirmation page displays with order number, estimated delivery, and email confirmation message |
Created Dec 17, 2025 by Demo User