Parameterized JMeter HTTP Request via CSV variable params
1 min readMay 24, 2018
This article will demonstrate how to Parameterize a JMeter HTTP Request to use variables from CSV Data Set file
Setup a while controller with an HTTP Request. You could use a constant timer set to 300ms to not overwhelm your server.
Now create a CSV file, essentially containing all your parameters separated by line breaks
Add your HTTP header to pass in authorization, api-key etc.
Now, if you have multiple parameters, you comma separate them per line in your CSV file.
E.g .
In you file
0012600000hdG0vAAE,TomUnder “Variable Names”
searchParam,CustomerNameUsage
${searchParam},${CustomerName}