Hawzu lets you export the results of a release execution or test run for reporting and offline review, or share a link so others can open the same view. These options are available from the Export / Share menu on the execution overview.
Exports and the shareable link reflect the test cases currently shown, so any filters you have applied are taken into account.
Select Export as CSV to download a spreadsheet-friendly file of the current results.
The CSV begins with a metadata section covering the execution Title, Description, Execution Type, and a generated Timestamp.
Each test case is then exported with the following columns:
A statistics section at the end summarizes the totals, including the overall count and a breakdown by Passed, Failed, Blocked, Skipped, and Not Executed.
The file is named after the execution title and the current date.
Select Export as JSON to download a structured file suitable for tooling and integrations.
The JSON file includes:
testcases list, where each entry includes the testcase code, title, description, status, assignee, default fields, and custom fields.stats section with the total count and a status breakdown of Passed, Failed, Blocked, Skipped, and Not Executed.Like the CSV export, the file is named after the execution title and the current date.
Both exports reflect the test cases currently visible. If filters are applied, only the matching test cases are exported, and the statistics are calculated from that same filtered set. To export everything, clear your filters before exporting.
Select Copy shareable link to copy a link to the current view to your clipboard.
The link points to the execution you are viewing and preserves the current filters from the page address. When someone opens the link, they see the same filtered view you shared, provided they have access to the execution.