You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-testing/how-to-read-csv-data.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ In this article, you'll learn how to read data from a comma-separated value (CSV
18
18
19
19
Use data from an external CSV file to make your JMeter test script configurable. For example, you might invoke an API for each entry in a customers CSV file.
20
20
21
+
Get started by [cloning or downloading the samples project from GitHub](https://github.com/Azure-Samples/azure-load-testing-samples/tree/main/jmeter-read-csv).
22
+
21
23
In this article, you learn how to:
22
24
23
25
> [!div class="checklist"]
@@ -62,21 +64,11 @@ To edit your JMeter script by using Visual Studio Code or your editor of prefere
62
64
63
65
1. Update the `filename` element and remove any file path reference.
0 commit comments