Login with Customer Order Multiple Items from Different Categories
HighBaselinedSmokeE2E
Description
Verify that customer can add and purchase items from multiple categories in a single order.
Pre-Conditions
1. Customer is logged in 2. Products available in multiple categories
Test Steps
| Step # | Step Action | Expected Results |
|---|---|---|
| 1 | Login with Customer credentials | User logged in successfully |
| 2 | Navigate to Electronics and add "USB-C Cable" ($15) to cart | Item added, cart shows 1 item |
| 3 | Navigate to Clothing and add "Cotton T-Shirt" ($25) to cart | Item added, cart shows 2 items |
| 4 | Navigate to Books and add "JavaScript Guide" ($35) to cart | Item added, cart shows 3 items |
| 5 | Open cart and verify all items | All 3 items displayed with correct prices. Subtotal: $75.00 |
| 6 | Proceed to checkout | Checkout shows all items grouped or listed |
| 7 | Complete payment with valid card | Order placed successfully |
| 8 | Verify order confirmation | Order confirmation shows all 3 items with individual prices and combined total |
Created Dec 17, 2025 by Demo User