Lesson 1
Build the Test Plan
Plan tests that prove the product works beyond one happy path.
- List each important feature.
- Write at least one normal test for each feature.
- Add boundary or edge-case tests.
- Add invalid tests for validated inputs.
Evidence: Completed test plan draft.