Checklist: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Здесь должно быть описание что такое чекслист Here you can read list of all Checklists: QA and Testing Department") |
No edit summary |
||
Line 1: | Line 1: | ||
=== '''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?''' | |||
# '''Define the scope''' – What area or feature will the checklist cover? (e.g. registration form, mobile layout) | |||
# '''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” | |||
# '''Group items if needed''' – For example, by page or feature | |||
# '''Keep it short and useful''' – Focus on high-risk or high-priority checks | |||
# '''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]] | Here you can read list of all Checklists: [[QA and Testing Department]] |
Revision as of 08:41, 5 June 2025
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?
- Define the scope – What area or feature will the checklist cover? (e.g. registration form, mobile layout)
- 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”
- Group items if needed – For example, by page or feature
- Keep it short and useful – Focus on high-risk or high-priority checks
- 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