Web testing practices

  1. Functionality Testing (business logic for API and UI)
  2. Usability and UI testing (manual testing)
  3. Compatibility testing (browser, OS, device)
  4. Performance testing (load, stress)
  5. Security testing (input validations, auth)

My notes: best practices from experience