Checklist

From Bloomex Wiki
Jump to navigation Jump to search

Checklist – Basic Guide

What Is a Checklist?

A checklist is a simple list of items to verify during testing. Each item is a reminder to check a specific feature, condition, or rule. Unlike test cases, checklists do not include detailed steps — just what needs to be tested.

Checklists are useful for:

  • Quick testing when time is limited
  • Repeating regular checks (e.g. UI review, smoke test)
  • Testing areas based on experience or past issues

How to Create a Checklist?

  1. Define the scope – What area or feature will the checklist cover? (e.g. registration form, mobile layout)
  2. List key points to check – Use short, clear statements like:
    • “[Add To Cart] button is visible”
    • “All mandatory fields show validation errors”
    • “Language switcher updates page content”
  3. Group items if needed – For example, by page or feature
  4. Keep it short and useful – Focus on high-risk or high-priority checks
  5. Update regularly – Based on new features, bugs, or test experience

Example Checklist Items:

  • Login page loads within 3 seconds
  • Forgot password link works
  • User is redirected to Cart Page after click "Proceed to checkout"


Here you can read list of all Checklists: QA and Testing Department