Testcase Generation

Turns a PRD, technical design, API spec, or knowledge base into a reviewable library of structured manual test cases. Every case gets a stable UUID, a business-semantic name, and engineering info (interface name, request parameters, DB / cache / MQ assertions), behind requirement, design, and coverage review gates. Also maintains that library: it diffs the PRD and the code under test against the last baseline and updates only the affected cases. Use this whenever the user wants test cases written, a case library initialized, coverage designed, cases refreshed after a PRD or code change, or an interrupted run resumed from pending entries — including Chinese phrasings such as 生成测试用例, 写用例, 用例设计, 用例库, 根据 PRD 出用例, 补充测试场景, 用例更新, and requests that never say "test case", like asking which scenarios a requirement needs covered. Not for unit-test or automation code, not for building the data that fills case placeholders (use testdata-generation), not for reviewing requirement quality or writing a gap register (use requ

openqa-cn cd7a319 35 files · 603.2 KB Updated

File contents

openqa-cn/openqa-skills/tree/main/skills/testcase-generation commit cd7a3196a9

Frequently asked questions

npx skillmds@latest add openqa-cn/testcase-generation