Features
Test Cases
QA workspace for test planning and coverage.
The Test Cases module (/dashboard/projects/{projectId}/qa) supports QA engineers validating delivery against the SRS and requirements.
Workflow
Ensure an SRS or PRD exists in Documentation.
Open Test Cases for the project.
Generate scenarios manually or trigger the QA agent — POST /projects/:projectId/ai/qa/generate (returns 202, async).
Trace each case back to a requirement ID where possible.
Update task status when defects are found and linked.
QA intelligence agent
| Property | Value |
|---|---|
| DB key | qa_intelligence |
| Persona | qa_engineer |
| Mode | Conversational |
| Worker | qa_intelligence_processor.py |
Use Ragnarock AI for exploratory questions; use QA generate for structured suite output.
API
| Method | Path |
|---|---|
POST | /projects/:projectId/ai/qa/generate |
Related requirements endpoints: /projects/:projectId/requirements.
See Ragnarock AI and AI agents.