Why this exists
Writing test cases for every story is the #1 time sink for QA engineers. This tool reads your story, infers acceptance criteria, and produces a Gherkin-style coverage table in under 30 seconds.
- Positive paths derived from acceptance criteria
- Negative & boundary cases for every input
- Security cases (authz, XSS, injection) auto-suggested
- Export to CSV, Markdown, Jira, or TestRail
Who it's for
Manual QAs, SDETs, and product managers who want consistent test coverage without copy-pasting templates.
What it won't do
It won't replace exploratory testing or domain expertise. Treat the output as a strong first draft you refine with business context.