Ragnarock
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

PropertyValue
DB keyqa_intelligence
Personaqa_engineer
ModeConversational
Workerqa_intelligence_processor.py

Use Ragnarock AI for exploratory questions; use QA generate for structured suite output.

API

MethodPath
POST/projects/:projectId/ai/qa/generate

Related requirements endpoints: /projects/:projectId/requirements.

See Ragnarock AI and AI agents.

On this page