UI testing

Test the layout/design

  • Test usability (not tiring, good HMI)
  • Test consistency (colors, formats, layouts)

Test the features

  • Test correct usages
  • Test bad usages (invalid input, wrong type...)
  • Test errors (missing, invalid order...)
  • Test that animations are working (hover, click...)
  • Test printing the page (if applicable/expected)

Test the compatibility/accessibility

  • Test that everything is properly localized (if applicable)
  • Test that there are no typos
  • Test that new features don't break existing features
  • Test that everything is available in other browsers/...
  • Test the performances
  • Test the responsiveness (mobile, tablet...)
  • Test the security (injections...)

πŸ‘» To-do πŸ‘»

Stuff that I found, but never read/used yet.