Skip to content

Commit 090e63a

Browse files
authored
Merge pull request #199453 from ninallam/ninallam-test-results
Download test results csv
2 parents b8629c4 + 6951302 commit 090e63a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/load-testing/how-to-export-test-results.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,11 @@ ms.topic: how-to
1414

1515
In this article, you'll learn how to download the test results from Azure Load Testing Preview in the Azure portal. You might use these results for reporting in third-party tools.
1616

17-
The test results contain a comma-separated values (CSV) file with details of each application request. See [Apache JMeter CSV log format](https://jmeter.apache.org/usermanual/listeners.html#csvlogformat) and the [Apache JMeter Glossary](https://jmeter.apache.org/usermanual/glossary.html) for details about the different fields.
17+
The test results contain comma-separated values (CSV) file(s) with details of each application request. See [Apache JMeter CSV log format](https://jmeter.apache.org/usermanual/listeners.html#csvlogformat) and the [Apache JMeter Glossary](https://jmeter.apache.org/usermanual/glossary.html) for details about the different fields.
1818

1919
You can also use the test results to diagnose errors during a load test. The `responseCode` and `responseMessage` fields give you more information about failed requests. For more information about investigating errors, see [Troubleshoot test execution errors](./how-to-find-download-logs.md).
2020

21-
In addition, all files for running the Apache JMeter dashboard locally are included.
22-
23-
> [!NOTE]
24-
> The Apache JMeter dashboard generation is temporarily disabled. You can download the CSV files with the test results.
25-
26-
:::image type="content" source="media/how-to-export-test-results/apache-jmeter-dashboard.png" alt-text="Screenshot that shows the downloaded test results on the Apache JMeter dashboard.":::
21+
You can generate the Apache JMeter dashboard from the CSV log file following the steps mentioned [here](https://jmeter.apache.org/usermanual/generating-dashboard.html#report).
2722

2823
> [!IMPORTANT]
2924
> Azure Load Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
@@ -63,7 +58,7 @@ In this section, you'll retrieve and download the Azure Load Testing results fil
6358

6459
:::image type="content" source="media/how-to-export-test-results/test-results-zip.png" alt-text="Screenshot that shows the test results zip file in the downloads list.":::
6560

66-
The *testreport.csv* file contains details of each request that the test engine executed during the load test. The Apache JMeter dashboard, which is also included in the zip file, uses this file for its graphs.
61+
The folder contains a separate CSV file for every test engine and contains details of requests that the test engine executed during the load test.
6762

6863
## Next steps
6964

0 commit comments

Comments
 (0)