> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testgenai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Export

> The Export feature allows you to easily download your checklist or test cases in multiple formats for use in other tools, documentation, or reporting. You have full control over data selection, field order, test case IDs, and export format.

## 1. Supported Export Formats

* **XLSX** (Excel)
* **CSV**
* **JSON**

## 2. What Can Be Exported?

* **Checklist only** (without detailed test steps)
* **Full Test Cases** (including title, pre-conditions, description, all steps, expected results, and related fields)

## 3. Export Options and Customization

* **Field Selection & Ordering:**\
  Choose which fields to include in your export (e.g., Title, ID, Checklist, Priority, Category, etc.) and drag to set the column order.
* **Test Case Selection:**
  * In **Table View**: Select specific test cases you want to export, then click the **Export** icon.
  * In **Card View**: Click the **Export** icon to export all, or use **Multiselect** to pick specific cases, then export only your selections.
* **ID Configuration:**
  * **Keep original IDs (as selected):**\
    Exports test cases with their current IDs, even if they’re not in sequence (e.g., TC010, TC012, TC015).
  * **Generate sequential IDs with custom prefix:**\
    Assign new IDs to exported cases, starting from your chosen prefix and number. For example, if you select prefix "AB", start from 5 and export three cases, their IDs will be AB005, AB006, AB007 (regardless of the original IDs).

    <img src="https://mintcdn.com/xbirds/_S7bMQeCJpK9fDhq/images/customize_id_export.jpg?fit=max&auto=format&n=_S7bMQeCJpK9fDhq&q=85&s=40dbe809e1147caaef568db2d0371dcc" alt="Customize Id Export Jp" title="Customize Id Export Jp" style={{ width:"86%" }} width="1089" height="478" data-path="images/customize_id_export.jpg" />
* **Export Format:**\
  Choose your file type (JSON, CSV, XLSX) at export time.

## 4. How to Export

### 4.1. Export from Card View

1. Click the **Export** icon at the top right to export all cases.

   <img src="https://mintcdn.com/xbirds/_S7bMQeCJpK9fDhq/images/export-all.jpg?fit=max&auto=format&n=_S7bMQeCJpK9fDhq&q=85&s=35894c3e0fe449c7053cf35d05c657a3" alt="Export All Jp" title="Export All Jp" style={{ width:"77%" }} width="1111" height="747" data-path="images/export-all.jpg" />
2. Or, click **Multiselect**, select the cases you need, and then click **Export Selected**.

   <img src="https://mintcdn.com/xbirds/_S7bMQeCJpK9fDhq/images/multi-select-export.jpg?fit=max&auto=format&n=_S7bMQeCJpK9fDhq&q=85&s=c7b0833550b0dd7477b7de12eb1cb630" alt="Multi Select Export Jp" title="Multi Select Export Jp" style={{ width:"81%" }} width="1106" height="761" data-path="images/multi-select-export.jpg" />

### 4.2. Export from Table View

1. Select the specific test cases you want to export using the checkboxes.
2. Click the **Export Selected** button.

   <img src="https://mintcdn.com/xbirds/_S7bMQeCJpK9fDhq/images/testcase-table-view-export.jpg?fit=max&auto=format&n=_S7bMQeCJpK9fDhq&q=85&s=c0f0cda1f4f3ba879e0a02f33a83ec8c" alt="Testcase Table View Export Jp" width="1752" height="954" data-path="images/testcase-table-view-export.jpg" />

### Export Dialog

* In the export dialog, configure:
  * **ID Configuration**
  * **Field Selection & Ordering** (check/uncheck fields, drag to reorder)
  * **Export Format**
* Click **Export Selected** to download your file.

  <img src="https://mintcdn.com/xbirds/_S7bMQeCJpK9fDhq/images/export-test-cases.jpg?fit=max&auto=format&n=_S7bMQeCJpK9fDhq&q=85&s=b5c3f13da6bcb6fdd62bb51225b50991" alt="Export Test Cases Jp" title="Export Test Cases Jp" style={{ width:"83%" }} width="1128" height="1020" data-path="images/export-test-cases.jpg" />

<Note>
  **Tips**

  * Use field selection and ordering to match your export with the target system or reporting standard.
  * Use ID configuration to keep original traceability or to generate clean IDs for import into other tools.
  * Export only the cases you need for efficient handoff or review.
</Note>

***
