Ragnarock
Planning & Delivery

Test cases

Generate a test suite from your SRS so quality is defined before code is written.

The Test Cases area lets the QA assistant draft a complete test suite from your SRS — covering each feature before a line of code is written. This gives your team a clear, shared definition of "done" early.

Generate a test suite

You need a completed SRS first. Then:

Open Test Cases in the project sidebar.
Choose Generate Test Suite.
The QA assistant analyzes your SRS and drafts test cases for each feature. This runs in the background and takes a moment.
When it's ready, the generated test suite appears in the list.

If Generate Test Suite is unavailable, finish your SRS first — test cases are generated from it. You'll also be reminded that generating a task plan first makes the test cases more traceable.

What you get

Each generated suite covers a feature with concrete test cases — including the conditions that must be true beforehand and a clear statement of what "passing" looks like. Because they're generated from the SRS, the cases trace directly back to your requirements, so you can confirm coverage feature by feature.

Generated suites are saved as documents in your project and are also visible from your Documentation workspace, where you can review, refine, and download them.

Generating again

As your requirements evolve, you can generate the test suite again to reflect the latest SRS. Review the output and adjust as needed — the assistant produces a strong first draft, and your team owns the final coverage.

Who can generate

Generating a test suite requires an editor role (Owner, Admin, or Member). Everyone on the project can view the resulting test cases.

On this page