Exam #1: eCommerce Domain - Checkout Flow
Prompt:
Example Output:
• Verify that a user can add items to the cart successfully.
• Verify that a discount code is applied correctly and reflects the right amount.
• Verify that users can choose different shipping methods (Standard, Express).
• Verify that payment completes successfully using a valid credit card.
• Verify that an invalid credit card number is rejected.
• Verify that the order confirmation page displays correct details.
• Verify that the session times out after a period of inactivity.
• Verify SQL injection protection in the discount code input field.
Last updated