Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.26 KB

AcceptanceTests.md

File metadata and controls

45 lines (23 loc) · 1.26 KB

**Acceptance Tests

Acceptance Tests For Our 4 Core Features

1️⃣   Sign In and Log In

Scenario #1

Given I am NOT a Signed User, When I can click on the button "Sign Up" in order to register and I enter an invalid email, Then I get an error that says "Invalid email".

Scenario #2

Given I am NOT a Signed User, When I can click on the button "Sign Up" in order to register and I enter a valid email and password, Then I get a message saying "User registered successfully. Please check your email for account confirmation.". If you wish to log in, head to the log in page".

Scenario #3

Given I am NOT a Signed User, When I can click on the "Sign in" button in order to attempt to sign in, Then I will get an error message saying "Wrong credentials".

Scenario #4

Given that I am NOT a Signed-in User, When I can click on the "Sign in" button in order to sign in and I enter an invalid email or password, Then I get an error message saying "Wrong credentials".

Scenario #5

Given that I am NOT a Signed-in User, When I can click on the "Sign In" button in order to sign in and I enter the correct Sign In credentials associated with my account, Then I will be forwarded to my account.