7 / 71 · 11 Manual Testing Fundamentals · Writing Test Cases← prev⊞ allnext →☰ Read as one page
1.7Key Takeaways
- A test case must be executable by someone who has never seen the feature
- Include ID, title, preconditions, steps, expected result, and test data
- Use Given/When/Then to enforce clarity and separation of concerns
- Avoid vague steps, compound assertions, and missing negative cases
- Maintain test cases as actively as you maintain code