Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Validating below quoted scenarios across test pyramids with E2E UI Tests, Integration Tests(including services and database layer validations) and Unit Tests.
  2.  
  3. Scenarios to be tested for Rider:
  4.  
  5. 1. User should be able to login after successful registration with valid credentials
  6. 2. Forgot Password functionality should work as expected in case if user forgets credentials
  7. 3. Invalid credentials shouldn't let user login and prompt with an error message
  8. 4. User should be able to search for a driver with valid search string
  9. 5. Validate if location service is working as expected.
  10. 6. Clicking on floating action button to narrow/pin down to current location should work as expeceted.
  11. 7. Should be navigated to driver profile to view/contact driver info.
  12. 8. Clicking on call button should navigate to launch dialer keypad.
  13.  
  14. Scenarios to be tested for Driver: (Assuming app provides access to drive to accept rides/bookings/validate earnings etc)
  15.  
  16. 1. Should be able to login as a driver with Valid Credentials.
  17. 2. Prompted with invalid credentials error message with wrong username/password.
  18. 3. Should be able to contact user after he/she books a cab.
  19. 4. Would be able to view current.
  20.  
  21. Scenario to be tested for Platinum Rider/Corporate Profile Rider: (Assuming premium service is avialble)
  22.  
  23. Would be validating all possible scenarios 1-8 mentioned for valid rider as above.
  24. 1. In addition to above scenarios benefits provieded to the user could be validated such as reduced prices, faster booking etc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement