In this scenario, i try to create Gherkin Scenario with case study in Stockbit app for Login and Register feature.

Scope Testing (Login)

  1. Go to login page
  2. Login via Google
  3. Login via facebook
  4. Login via registered account
  5. Login with invalid credential (Wrong username)
  6. Login with invalid credential (Wrong password)
  7. Login with invalid value (Total number of incorrect characters in password)
  8. Login with empty/null credential (Null value in all column)
  9. Login with empty/null credential (Null value in username)
  10. Login with empty/null credential (Null value in password)
  11. Login with not registered account

Scope Testing (Register)

  1. Go to registration page
  2. Registration via Google
  3. Registration via Google with invalid verification (Wrong fill phone number)
  4. Registration via Facebook
  5. Registration via Facebook with invalid verification (Wrong fill phone number)
  6. Registration via Email with invalid credential (Null value in all column)