What is testcase-generator?
测试用例生成器 - 基于等价类划分和边界值分析理论,按测试点(POINT)分批生成高质量测试用例,输出为 Markdown 格式。当用户执行 /testcase-gen 命令或需要生成测试用例时使用。 Source: chyax98/twu.
测试用例生成器 - 基于等价类划分和边界值分析理论,按测试点(POINT)分批生成高质量测试用例,输出为 Markdown 格式。当用户执行 /testcase-gen 命令或需要生成测试用例时使用。
Quickly install testcase-generator AI skill to your development environment via command line
Source: chyax98/twu.
边界三点法: 离点(min-1) | 上点(min) | 内点(中间值) | 上点(max) | 离点(max+1)
| 单文件校验失败 | 重试3次,仍失败则跳过并记录 | | 用例数过多(>15) | 提示检查是否有冗余等价类 | | 缺少边界用例 | 警告并建议补充 | | 缺少无效等价类 | 警告并建议补充异常场景 | | 步骤编号不连续 | 报错并要求修正 | | 测试类型不在枚举 | 报错并要求修正 | | 步骤与预期数量不一致 | 报错并要求修正 | | 导出失败 | 检查openpyxl依赖 |
测试用例生成器 - 基于等价类划分和边界值分析理论,按测试点(POINT)分批生成高质量测试用例,输出为 Markdown 格式。当用户执行 /testcase-gen 命令或需要生成测试用例时使用。 Source: chyax98/twu.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chyax98/twu --skill testcase-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
Stable fields and commands for AI/search citations.
npx skills add https://github.com/chyax98/twu --skill testcase-generator测试用例生成器 - 基于等价类划分和边界值分析理论,按测试点(POINT)分批生成高质量测试用例,输出为 Markdown 格式。当用户执行 /testcase-gen 命令或需要生成测试用例时使用。 Source: chyax98/twu.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chyax98/twu --skill testcase-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/chyax98/twu