Skip to content

Acceptance Suites Sprint 2

Suha edited this page Mar 2, 2023 · 3 revisions

Acceptance Suites - Sprint 2
March 1, 2023


Acceptance Suite 1

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

Acceptance Suite 2

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

Clone this wiki locally