Test case settings
Path: Admin Dashboard → Test Case Settings (wrench icon in sidebar)
This section controls the features available to users, usage quotas, Word export configuration, test case format templates, and quality thresholds.
Format templates control the structure of generated test cases. Admins define templates; users select from them when generating.
Built-in templates
Three templates ship out of the box:
Standard
Title, Objective, Preconditions, Steps, Expected Result, Priority
Table 5-Row
Tabular format with 5 rows: ID, Prerequisite, Action, Expected Result, Pass/Fail
Sequence
Sequential numbered steps with inline expected results
Creating a custom template
Click Add Format.
Enter a Template Name.
In the Template Body, define your structure using plain text or markdown. Use placeholders such as [NUMBER], [TITLE], [STEPS] to indicate where AI-generated content will be inserted.
Click Save.
Editing a template
Click the Edit (pencil) icon next to the template name.
Modify the name or body.
Click Save.
Reordering templates
Drag templates by their handle (⋮⋮) to change the order. The first template in the list is the default selected for users.
Deleting a template
Click the Delete (trash) icon. Built-in templates cannot be deleted.
Quotas limit how many generations a user can trigger per day.

Enabling quotas
Toggle Enable Quota Enforcement to on.
Set the limits:
Anonymous daily limit
5
Max generations per day for unauthenticated users
Authenticated daily limit
20
Max generations per day for signed-in users
Click Save.
When a user reaches their limit, the Generate button is disabled and a message explains the quota. The quota resets at midnight UTC.
Disabling quotas
Toggle Enable Quota Enforcement to off. No limits are enforced - all users can generate without restriction.
Enable or disable individual features for this portal. Disabled features are hidden from the user interface entirely.
AI Analysis
Enables the AI quality analysis hub - duplicate detection, contradiction detection, health reports
Script Generation
Enables single and batch automation script generation
Delta Generation
Enables the Delta/Revision generation workflow (compare two spec versions)
Section Generation
Enables partial-spec generation from a single section or pasted text
AI Search
Enables semantic search within generated test cases
Requirements Review
Enables the manual requirements review step before test case generation
To toggle a feature:
Find the feature in the list.
Click its toggle switch.
Changes save automatically.
Configure the content and layout of exported Word documents (.docx).
Content options
Include cover page
On
Adds a title page with portal branding
Include table of contents
On
Adds a clickable TOC at the start of the document
Include executive summary
On
Adds a summary section with TC counts and coverage metrics

Header & Footer
Header text - Text printed at the top of every page (e.g.
Confidential - Internal Use Only)Footer text - Text printed at the bottom of every page (e.g.
Generated by TCG · {date})
Portal branding in exports
Toggle Use Portal Branding to apply your portal's primary color and logo to the cover page.
Custom Word template
Click Upload Template.
Select your .docx file.
A preview thumbnail appears.
Click Save.
The template is applied as a base - test case content is injected into the body while your styles are preserved.
Last updated