CHANGE YOUR MINDSET — THE KEY TO TEST AUTOMATION
Moving from manual to automation starts with rethinking tools, ROI, framework design and how the team works together.
28 Series articles
Moving from manual to automation starts with rethinking tools, ROI, framework design and how the team works together.
How source code moves through compilers, interpreters and runtimes, with Hello World examples in JavaScript, TypeScript, Python, Java, Go, Rust and C++.
What progress reports and test completion reports need to answer so the team understands current progress, quality and risk.
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.