Guest User

Untitled

a guest
Jul 18th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Test during registration:
  2. - Check if all fields are filled
  3. - Valid email address
  4. - Strong password (8 Characters long, uppercase, lowercase, special char, number)
  5. - Confirm password
  6. - Email address already exists
  7.  
  8. Test during Login
  9. - Check if all fields are filled
  10. - check if email address exists
  11. - Valid email address exists
  12. - Check if password is correct
  13. - Check if a token is generated
  14. - Check if user can createa a post
  15. - check the user membership status
Add Comment
Please, Sign In to add comment