Guest User

Untitled

a guest
Apr 3rd, 2018
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Test Case #1: User views Bronze article
  2. 1. Click "Log In/Register"
  3. a. Expected result: Terms and Conditions appear
  4. 2. Scroll down to the terms and conditions
  5. a. Expected result: "Accept" button is enabled
  6. 3. Click "Accept"
  7. a. Expected result: Login form appears
  8. 4. Enter username "bronze.user@mail.com"
  9. a. Expected result: Populates the username field "bronze.user@mail.com"
  10. 5. Enter password "Password123#"
  11. a. Expected result: Populates the password field with "Password123#"
  12. 6. Click "Log In"
  13. a. Expected result: Takes user to the homepage with links to articles and profile management
  14. 7. Click "List of Articles"
  15. a. Expected result: Shows user a list of available articles
  16. 8. Search "arbitrary bronze article"
  17. a. Expected result: One article appears
  18. 9. Click the article and confirm it is viewable
  19. a. Expected result: Shows the contents of the article
  20. 10. Click "Log Out"
  21. a. Expected result: Ends the user's session
  22. 11. Click "Log In/Register"
  23. a. Expected result: Terms and Conditions appear
  24. 12. Scroll down to the terms and conditions
  25. a. Expected result: "Accept" button is enabled
  26. 13. ...everything repeats itself for "silver.user@mail.com", "bronze.employee@mail.com", "bronze.executive@mail.com"
  27.  
  28. 1. Log into "bronze.user@mail.com"
  29. 2. Search "arbitrary bronze article"
  30. a. Expected result: One clickable article
  31. 3. Log into "silver.user@mail.com"
  32. 4. Search "arbitrary bronze article"
  33. a. Expected result: "No articles found"
  34. 5. ...repeat for each user type
Add Comment
Please, Sign In to add comment