In this scenario, i try to create Gherkin Scenario with case study in Stockbit app for Login and Register feature.
Scope Testing (Login)
- Go to login page
- Login via Google
- Login via facebook
- Login via registered account
- Login with invalid credential (Wrong username)
- Login with invalid credential (Wrong password)
- Login with invalid value (Total number of incorrect characters in password)
- Login with empty/null credential (Null value in all column)
- Login with empty/null credential (Null value in username)
- Login with empty/null credential (Null value in password)
- Login with not registered account
Scope Testing (Register)
- Go to registration page
- Registration via Google
- Registration via Google with invalid verification (Wrong fill phone number)
- Registration via Facebook
- Registration via Facebook with invalid verification (Wrong fill phone number)
- Registration via Email with invalid credential (Null value in all column)