Skip to main content

I had this question asked to me a couple of times and my answers have changed a lot in the past 10 years.

 

How you would answer this? What test would you do?

 

For inspiration have a look at 

 

Write in the comments as much as possible so that we have it for the future.

I would have the following test cases:

  • Verify successful login with a valid username and password (happy path)
  • Verify invalid login with an invalid username and password
  • Verify invalid login with an valid username and invalid password
  • Verify invalid login with an invalid username and invalid password
  • Verify error messages are appropriate
  • Check login page for accessibility
  • If the finger print function is there, test this too
  • Verify the external links (twitter/X, facebook, linkedIn icons etc.) 

Reply