TOOLS FOR MANUAL TESTERS
The tool groups testers commonly use to manage tests, track bugs, call APIs, query data and collect evidence.
1 handbook · 3 post · 1 interview deep-dive · 28 series
The tool groups testers commonly use to manage tests, track bugs, call APIs, query data and collect evidence.
What a bug report needs, how to write actual and expected results, and how severity, priority and evidence help the team handle it.
Turn a high-level test case into a detailed case with preconditions, test data, steps and expected results that someone else can run.
Move from requirements to high-level test cases and a Requirement Traceability Matrix to manage coverage without getting lost in individual actions.
How to apply equivalence partitioning, boundary value analysis, decision tables, state transition and basic white-box techniques.
Classify functional, non-functional, confirmation and regression testing so you know what is being tested and why.
Separate test data from test cases with Test Template and DataDriver, from CSV and Excel to JSON.
Read logs, distinguish failures from errors, and use BuiltIn keywords to catch, continue or deliberately stop tests.