-
Notifications
You must be signed in to change notification settings - Fork 1
Detailed Use Case Descriptions
Ege Karadibak edited this page Feb 21, 2021
·
32 revisions
Actor: Customer
Intention: Creating an account
Precondition: The user must have an internet connection and must not have an account.
- The system asks the user for their first name, last name, username, email, password, and phone number.
- The system validates that the user’s information is correct.
- User presses signup button.
Alternative scenarios:
2a: The system determines that the username is already taken, the system takes the user to step 1. 2b: The system determines that the given email is already associated with an account, the system takes the user to step 1. 3a: The system deletes the user’s account.
Post Condition (success): The user has an account on the platform.
Post Condition (failure): The system deletes the user account.