Export

TCG lets you export your generated test cases and scripts in multiple formats for use in your documentation, test management tools, or automation pipelines.


Export formats

Format
Contents
Best for

Word (.docx)

All test cases, formatted document with optional cover page, TOC, and summary

Sharing with stakeholders, formal documentation

CSV

All test cases as rows with columns for ID, title, requirement, steps, expected result

Importing into test management tools (Jira Xray, TestRail, Zephyr)

PDF

Formatted read-only version of your test cases

Archiving, email distribution

Script ZIP

All generated automation scripts in a single archive

Uploading to your codebase or CI system


Exporting to Word (.docx)

1

From the results view, click Export → Word Document.

2

The document is generated using the settings configured by your admin (cover page, TOC, executive summary, header/footer, branding).

3

The file downloads automatically as <generation-name>-test-cases.docx.

What's included in the Word export

Section
Included when

Cover page

Admin enabled it

Table of contents

Admin enabled it

Executive summary

Admin enabled it - includes TC count, coverage %, generation date

Test cases

Always - one section per requirement group

Appendix: Requirements

Optional

Custom Word template

If your admin has uploaded a custom Word template, the exported document uses your organisation's fonts, margins, and styles automatically.


Exporting to CSV

1

Click Export → CSV.

2

The file downloads as test-cases.csv.

CSV columns

Column
Description

ID

Test case identifier (e.g. TC-001)

Title

Short title

Requirement

Source requirement text

Objective

One-sentence purpose

Preconditions

Setup steps

Test Steps

Full numbered steps

Expected Result

Pass condition

Priority

Critical / High / Medium / Low

Confidence Score

AI quality score (0–100)

This format is compatible with TestRail, Jira Xray, Zephyr Scale, and most other test management tools. You may need to remap column names during import depending on your tool's requirements.


Downloading automation scripts (ZIP)

After generating scripts via the Batch scripts:

1

Click Download All (ZIP).

2

A ZIP file downloads containing:

  • All generated script files organised by language

  • A manifest.json with metadata (TC IDs, quality scores, file names, generation settings)

ZIP file structure


Downloading a single test case

1

Select the test case, that you want to download and click on Export selected

2

A word file downloads with the full test case content.


Downloading requirements (CSV)

From the Requirements Review step or the Requirements tab in results:

1

Click Download Requirements CSV.

2

A CSV downloads with columns: ID, Requirement Text, References.

This is useful for archiving extracted requirements or importing them into a requirements management tool.


Print

Click Print to open the browser print dialog with a print-optimised view of your test cases. Headers, footers, and page breaks are pre-set for clean printing.

Last updated