.
Home  /  Use Case Diagram  / 

Create Account Deagram

Home Requirements Use Case Diagram Activity Diagram Contact

Create Account Description

< Back
Item Value
UseCase Create Account
Summary Allows a customer to create a user account.


Actor Customer
Precondition User must have access to the internet.


Postcondition A user account is created and stored in the database.


Base Sequence
  1. enter homepage
  2. click "Create Account"
  3. type in detailed information:
    • username
    • password
    • email address
    • (company name)
    • first name
    • last name
    • address
    • phone number
  4. click "Submit"

At any time it's possible to exit the page and the typed in information is deleted as long as "Submit" hasn't been clicked.