Created
March 30, 2020 10:25
-
-
Save TheMightyLlama/a2c8c74dab82c8ac153cefff25138ac9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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