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