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
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)
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)
From the results view, click Export → Word Document.


The document is generated using the settings configured by your admin (cover page, TOC, executive summary, header/footer, branding).
The file downloads automatically as <generation-name>-test-cases.docx.
What's included in the Word export
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
Click Export → CSV.
The file downloads as test-cases.csv.
CSV columns
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:
Click Download All (ZIP).
A ZIP file downloads containing:
All generated script files organised by language
A
manifest.jsonwith metadata (TC IDs, quality scores, file names, generation settings)
ZIP file structure
Downloading a single test case
Select the test case, that you want to download and click on Export selected

A word file downloads with the full test case content.
Downloading requirements (CSV)
From the Requirements Review step or the Requirements tab in results:
Click Download Requirements CSV.
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