-
Notifications
You must be signed in to change notification settings - Fork 3
Acceptance Suites Sprint 2
Suha edited this page Mar 2, 2023
·
3 revisions
Acceptance Suites - Sprint 2
March 1, 2023
Summary: Login with a valid user email and password should result in a successful login
Input: Valid user email and password
Output: Successful login
Database: New entry for newly registered user
Summary: Login with a user that already exists should display the appropriate message
Input: Valid user email that already exists (is registered) and password
Output: "User already exists" message
Database: No new entry for user