Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheMightyLlama/a2c8c74dab82c8ac153cefff25138ac9 to your computer and use it in GitHub Desktop.
Save TheMightyLlama/a2c8c74dab82c8ac153cefff25138ac9 to your computer and use it in GitHub Desktop.
Feature: Login with the ChatApp account
As a ChatApp user
I want to login with my ChatApp credentials
So that I can chat with my friends
Business Criteria:
* A user can login with correct email pass combo
* A user can use passwords of format xyz
* A user can use their email, username or phone number to login
Acceptance Criteria:
Scenario: Correct Email Pass Combo
Scenario: Incorrect Password
Scenario Outline: Non-existent username
Scenario: Login incorrectly 3 times
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment