DEVOPS-CST-BATCH-14 / PRO14

0 stars 0 forks source link

G0003-001: Register #4

Open maahi12491232 opened 10 months ago

maahi12491232 commented 10 months ago

Use Cases

Use Case Diagram

usecase.drawio.png Image

Workflow

Workflow Diagram

workflow.drawio.png Image

User Stories

G0003-001: Register

  1. User should have a working email-id which is not already registered with Shopping website.
  1. Name of the User.
  2. Working email id.
  3. Preferred password with 8 characters (alphanumeric with at least one upper case and one lower case letter)
  1. User opens the webpage and click on 'Register'.
  2. Registration page appears.
  3. User supplies the name, a working email-id, and the preferred password.
  4. Page displays a message to check e-mail and prompts for activation code.
  5. User enters the activation code.
  6. Page displays success message and redirects to the login page.
  1. Page displays success message and the login page appears
  1. Registration page re-appears with an appropriate message if the user enters an invalid name or invalid email-ID or invalid password.
  2. Registration page re-appears with an appropriate message if the email-ID is already registered with the Shopping website.
  3. Registration page shows a "resend" button, in case the activation code is not entered in the first 5 minutes after the mail has been sent.
  4. Registration page will not show any special message if the email-ID is not reachable. It just prompts for an activation code, as usual.