Hi dude
Here how to use CSV import functionality in the JMeter.
In the JMeter , as usual normal recording the page and add the thread group under Test Plan
Then Add the CSV import functionality in the below the requested URL to import the data from the CSV file.
Add the CSV data set config via
Add -> Confiq Element -> Select CSV data confiq
See the Picture
Here how to use CSV import functionality in the JMeter.
In the JMeter , as usual normal recording the page and add the thread group under Test Plan
Then Add the CSV import functionality in the below the requested URL to import the data from the CSV file.
Add the CSV data set config via
Add -> Confiq Element -> Select CSV data confiq
See the Picture
In the CSV file if u add 3 colums(username, Password, Country) . In the CSV file no need to add header just enter the data .in the variable declare enter the value (username, Password, Country).
then add the variable in the HTTP request value , replace the recorded value with the variable we assigned in the CSV data config.
See the picture for your reference
Just assign the value by enter ${username} like that we place in the value field. If you want to see the result exactly means save the response fie or see the view results in Table listener.











