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

# Test Case Bulk Actions

> Select multiple test cases or suites to edit, print, export, deprecate, or delete in one action.

<Callout icon="book-open" color="#3B82F6">
  **What you'll learn**

  * How to select multiple test cases or whole suites
  * Which actions are available for cases vs suites
  * How bulk edit, print, export, deprecate, and delete work
</Callout>

Bulk actions apply changes to multiple test cases or suites at once. Tick the checkboxes for the items you want, and a selection toolbar appears at the bottom of the page with the actions available for what you picked.

## Select Test Cases

| Method          | How                                                                                                                     |
| :-------------- | :---------------------------------------------------------------------------------------------------------------------- |
| Individual      | Click the checkbox next to any test case row                                                                            |
| Select all      | Click the checkbox next to **All test cases** at the top of the SUITES sidebar to select every test case in the project |
| Suite selection | In the Suites view, click the suite-level checkbox to select all test cases within that suite                           |

<img src="https://testdinostr.blob.core.windows.net/docs/docs/testcase-management/test-bulk-actions.webp" alt="Selection toolbar showing selected count with Edit, Print, Export, Deprecate, and Delete buttons" />

## Bulk Edit

Available when test cases are selected. Click **Edit** in the selection toolbar to open the Bulk Edit dialog. Only fields you set a value for are changed; leave any field as "Don't change" to preserve existing values.

### Editable fields

| Category       | Fields                                                                                                    |
| :------------- | :-------------------------------------------------------------------------------------------------------- |
| Content        | Move to Suite, Description (up to 50,000 chars), Pre-conditions, Post-conditions                          |
| Classification | Status, Severity, Priority, Type, Layer, Behavior                                                         |
| Automation     | Automation status (`Manual`, `Automated`, `To Be Automated`)                                              |
| Flags          | `To Be Automated`, `Is Flaky`, `Is Muted`                                                                 |
| Tags           | Comma-separated tags with two modes: **Add tags** (keeps existing) or **Remove tags** (removes specified) |

<img src="https://testdinostr.blob.core.windows.net/docs/docs/testcase-management/test-bulk-edit-screen.webp" alt="Bulk Edit dialog showing content fields on the left and classification dropdowns on the right" style={{ maxWidth:"100%" }} />

<Callout icon="lightbulb" color="#10B981">
  **Tip**

  Use bulk edit to reassign test cases to a different suite by setting the **Move to Suite** field.
</Callout>

## Bulk Print

Click **Print** to generate a printable view of all selected test cases. This is useful for review meetings or offline reference.

## Bulk Export

You can also export test cases and suites in multiple supported formats using the **Export** option in the selection toolbar.

| Format                          | What It Includes                                                        |
| :------------------------------ | :---------------------------------------------------------------------- |
| **Export JSON**                 | Selected test cases with full metadata, suite structure, and steps      |
| **JSON with Attachments (ZIP)** | Same as JSON plus all attached files bundled into a `.zip` archive      |
| **Export CSV (Legacy)**         | Flat `.csv` of the selected test cases for spreadsheets and other tools |

See [Import & Export](/test-management/import-export#export) for the full format details.

## Bulk Deprecate

Click **Deprecate** in the selection toolbar to mark every selected test case as `Deprecated` status in one action. Faster than opening Bulk Edit and changing the Status field.

## Bulk Delete

Click **Delete** in the selection toolbar to remove every selected test case. The confirmation dialog shows the count of cases that will be removed. Deleted cases cannot be recovered. Run results recorded against them remain in the run but lose the source case link.

## Bulk Suite Delete

In the Suites view, select entire suites using the suite-level checkboxes and click **Delete**. This deletes the suite and all test cases it contains.

<Callout icon="triangle-exclamation" color="#F59E0B">
  **Warning**

  Deleting a suite removes all test cases inside it permanently. This cannot be undone.
</Callout>

<CardGroup cols={2}>
  <Card title="List View" icon="list" href="/test-management/test-cases/list-view">
    Search and filter before selecting test cases
  </Card>

  <Card title="Suites" icon="folder-tree" href="/test-management/suites">
    Select test cases by suite
  </Card>

  <Card title="Import & Export" icon="file-import" href="/test-management/import-export">
    Project-level import and export
  </Card>

  <Card title="Concepts & Settings" icon="book" href="/test-management/key-concepts">
    Field definitions and project settings
  </Card>
</CardGroup>
