Test Planning Process

Selects test boundaries, identifies test cases (happy path, edge case, error), picks the first failing test before writing any test code, tests at highest boundary directly expressing business goal (request for HTTP/JSON shape, service for domain invariants, unit for calculations), requires synthetic test data (never real production values), and runs the failing test skeleton to verify Red before proceeding to `tdd-process`. Use when the user needs to plan test coverage, determine test boundaries, or decide what tests to write before implementation. Trigger words: test plan, planning tests, test boundaries, test matrix, test strategy, first failing test.

igmarin 20a28c0 4.9 KB Updated

File contents

igmarin/ruby-core-skills/tree/main/skills/test-planning-process commit 20a28c07b9

Frequently asked questions

npx skillmds@latest add igmarin/test-planning-process