What problem does it solve?
It converts requirements and exploration artifacts into deliberate, coverage-aware QA test designs, preventing under-tested flows and overly broad “bulk” case generation.
Core Features & Use Cases
- Technique selection per module: Chooses the best test technique (e.g., state transition, equivalence partitioning, decision table) based on the module type and diagram signals.
- Coverage estimation with a confirmation gate: Estimates representative coverage before producing test cases, including a confidence threshold that forces clarification when too uncertain.
- Zephyr 14-column test design generation: Produces step-bounded, AAA-structured, Zephyr-compatible test case tables across web UI, mobile UI (iOS/Android), and API.
- Design updates without ID loss: Updates existing designs using change-request logic that preserves prior test IDs and row history via versioning in the Remarked column.
Quick Start
Use qa-designer-agent with your requirements and exploration outputs to estimate coverage, confirm, and generate a Zephyr-compatible test design for the scoped modules.