Skip to content

Checkout ‐ Sign In

Manuel edited this page Dec 11, 2024 · 3 revisions

Checkout - Sign In

Description

The second step of the shopping cart process. This step is skipped for already logged in users. Here the user is shown both the 'Create an account' and 'Already registered?' forms in order to either create a new account or log in.

User Stories & Test Cases

  • should display all the necessary elements

As a logged out customer, I want the 'Create An Account' form to appear on checkout, so that I can create a new account:

  • should display 'Create An Account' form on checkout 'Sign In' section

As a logged out customer, I want the 'Already Registered?' form to appear on checkout, so that I can log in to my account:

  • should display 'Already Registered?' form on checkout 'Sign In' section

As a customer, I want to be able to proceed to the next checkout section:

  • should allow customer to continue to next section

(See test cases)

Clone this wiki locally