> ## 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.

# TestDino Data Retention and Limits

> How long TestDino keeps artifacts, test data, and analytics on each plan, plus manual test record caps and attachment storage quotas.

Retention is how long data stays available on your plan. Once a period expires, the data is removed.

## Automation test retention

| What it covers                                    | Free    | Pro      | Team    | Enterprise |
| :------------------------------------------------ | :------ | :------- | :------ | :--------- |
| Test evidence (traces, screenshots, videos, logs) | 7 days  | 21 days  | 21 days | 21 days    |
| Result history (runs, cases, steps)               | 7 days  | 90 days  | 90 days | 90 days    |
| Trends and analytics                              | 1 month | 3 months | 1 year  | Custom     |

The product calls row one artifacts, which also covers console output and HTML reports. Row two is test data: runs, cases, execution steps, and suites. Row three covers flakiness rates and performance metrics.

On paid plans artifacts expire before test data, so a run still shows its results after its screenshots and traces are gone. On Free everything except analytics expires together.

## Storage quotas

| Quota                        | Free         | Pro   | Team  | Enterprise |
| :--------------------------- | :----------- | :---- | :---- | :--------- |
| Test case attachment storage | Not included | 10 GB | 50 GB | Custom     |

New artifacts are rejected once storage is full. Existing artifacts stay accessible, and storage frees up automatically as data expires.

## Manual Test Limits

Test Management is not available on the Free plan. See [Pricing](/pricing). On paid plans these caps are per project and do not reset each billing cycle. Every record counts toward the cap regardless of its status, so once a cap is reached, delete a record to free a slot.

| Data type    | Pro            | Team           | Enterprise |
| :----------- | :------------- | :------------- | :--------- |
| Manual tests | 250            | 1000           | Custom     |
| Releases     | No count limit | No count limit | Custom     |
| Manual runs  | 10             | 100            | Custom     |
| Sessions     | 5              | 50             | Custom     |

Releases are the only record with no count cap, but a release hierarchy nests at most 3 levels. See [Releases](/test-management/manual-testing/releases).

## Manual Test Storage

Manual test artifacts count against one org-wide quota: **10 GB on Pro, 50 GB on Team**, custom on Enterprise, and not included on Free.

The quota covers attachments and inline images across all 3 manual surfaces:

* Test cases: attachments, step images, description images
* Manual runs: attachments, notes images, test result attachments
* Sessions: attachments, notes images, issue attachments and images

<Note>
  Any tier can customize retention, limits, and storage through add-ons, at an extra charge based on custom pricing. Contact **[support@testdino.com](mailto:support@testdino.com)** for details.
</Note>

## Related

<CardGroup cols={2}>
  <Card title="Security Overview" icon="shield-check" href="/security/overview">
    Certifications, encryption, scrubbing, and data removal
  </Card>

  <Card title="What Data We Access" icon="database" href="/security/what-data-we-access">
    Every data category collected during test execution
  </Card>
</CardGroup>
