Standard generation
Standard Generation is the primary workflow. Upload a full specification document and TCG extracts all requirements, then generates a complete test case suite.
When to use Standard Generation
You have a complete specification document (product requirements, technical spec, standards document, etc.)
You want full coverage - test cases for every testable requirement in the document
This is your first generation from this specification
Step-by-step walkthrough
Upload your specification
Two methods:
Drag and drop:
Drag your PDF or DOCX file from your file explorer.
Drop it onto the dashed dropzone area.
Browse:
Click inside the dropzone.
Navigate to your file and select it.
After the file is accepted, its name appears in the dropzone. A hash is computed to detect if you have uploaded this same document before.
What happens during generation
TCG uses a two-phase AI pipeline:
1. Parse Document
Text is extracted from your PDF or DOCX
2. Extract Requirements
AI identifies every testable requirement
3. Build Assistant
A RAG-based assistant is trained on your document (if a context file is used)
4. Requirements Review
(If enabled by admin) You review and edit the extracted requirements
5. Generate Test Cases
AI generates test cases for each requirement in parallel
6. Complete
Results are displayed
A streaming progress view shows requirements appearing in real time as they are extracted. A progress bar shows how many test cases have been generated.
Requirements Review step

If the Requirements Review feature is enabled by your admin, you are shown the extracted requirements before generation begins. You can:
Edit requirement text by clicking on it
Delete requirements you want excluded
Add new requirements manually
Reorder requirements by dragging
Download requirements as CSV for review in a spreadsheet
Click Continue to Generate when satisfied.
This step is especially useful for noisy specifications where the AI may extract partial or malformed requirements. Cleaning them before generation improves output quality.
Results
When generation finishes:
You are taken to the Test Cases view
A success toast shows the total test case count
The Spec Coverage panel shows how many requirements have at least one test case
Continue to Reviewing editing to learn what you can do with your results.
Re-running generation
To generate test cases again from the same document (or a new one):
Click the Standard tab in the navigation bar.
The form is reset and ready for a new upload.
Previous generations are preserved in the History tab.
Last updated


