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:

Template
Structure

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

1

Click Add Format.

2

Enter a Template Name.

3

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.

4

Click Save.

Editing a template

1

Click the Edit (pencil) icon next to the template name.

2

Modify the name or body.

3

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.

Last updated