---
title: "Reporting and export QA recipes"
description: "Test report filters, aggregations, export jobs and downloadable results against small datasets with independently computed expectations."
canonical_url: "https://vostride.com/agent-library/reporting-exports.md"
md_url: "https://vostride.com/agent-library/reporting-exports.md"
content_kind: "index"
topic: "reporting-exports"
---

# Reporting and export QA recipes

Test report filters, aggregations, export jobs and downloadable results against small datasets with independently computed expectations.

A successful download cannot establish row accuracy. Parse exported artifacts with an appropriate tool and compare their values to the fixture ledger.

## Pages (10)

- [Verify exported aggregates follow the rounding policy](https://vostride.com/agent-library/reporting-exports/aggregate-rounding-reconciliation.md): Check a sandbox report with fractional measures, comparing row-level values and totals against a documented rounding policy using independent arithmetic.
- [Verify cancelled exports cannot deliver a completed file](https://vostride.com/agent-library/reporting-exports/cancel-export-stops-delivery.md): Exercise cancellation of a queued sandbox export, checking worker state, download availability, and notification suppression after the processing checkpoint.
- [Verify CSV export preserves delimiters and line breaks](https://vostride.com/agent-library/reporting-exports/csv-special-character-roundtrip.md): Test a sandbox CSV export containing commas, quotes, and multiline fields, comparing parsed cells with the original records rather than raw line counts.
- [Verify empty exports retain their declared schema](https://vostride.com/agent-library/reporting-exports/empty-export-retains-schema.md): Check a sandbox report with zero matches, ensuring its downloaded artifact has the expected headers and scope instead of stale records or an invalid file.
- [Verify long-running exports use a consistent snapshot](https://vostride.com/agent-library/reporting-exports/export-snapshot-during-edits.md): Test a sandbox report export while prepared records change externally, checking that the finished file follows the documented snapshot consistency policy.
- [Verify failed export retries retain report scope](https://vostride.com/agent-library/reporting-exports/failed-export-retry-same-scope.md): Test a sandbox export job failed by a prepared worker fixture, checking retry identity, retained parameters, and a complete final artifact.
- [Verify filtered exports include every matching page](https://vostride.com/agent-library/reporting-exports/filtered-export-full-result-set.md): Check a sandbox export from a paginated filtered report, ensuring it contains the complete matching result set and excludes records outside the filter.
- [Verify export permissions remove restricted columns](https://vostride.com/agent-library/reporting-exports/permission-redacted-columns.md): Check a sandbox viewer export against an administrator baseline, ensuring restricted fields are absent from headers and file content as well as the UI.
- [Verify report date filters use the selected timezone](https://vostride.com/agent-library/reporting-exports/report-timezone-date-boundary.md): Test a sandbox date-range report with events near midnight, comparing included identifiers and aggregate totals against an independent timezone fixture.
- [Verify exports preserve formula-like text safely](https://vostride.com/agent-library/reporting-exports/spreadsheet-formula-like-text.md): Inspect a sandbox spreadsheet-oriented export with formula-like user text, checking the product escaping contract and unchanged source record values.

## Apply a recipe

These are test designs to adapt to an application's acceptance criteria and fixtures. They are not recorded runs or a claim that a listed application has been tested. Use the [recipe execution guide](https://vostride.com/agent-library/software-factory/turn-a-recipe-into-an-agent-qa-test.md) to author, validate, run and inspect a test.

[All topics](https://vostride.com/agent-library.md)
