Using CSV file to read test data from
I need to test a various links of a site (no need to login) with 100's of users and loop it for some number of times using JMeter. I want to put those links in a "CSV file", so that all the links to be tested are read from file. How do I accomplish this task? Aliaksandr Belik Prepare kind of csv-file with list of your test-params and use it to parametrize your test-samplers, using at least the following: CSV Data Set Config Look into the following links for details: How to get Jmeter to use CSV data for GET parameters? Use jmeter to test multiple Websites use csv parameters in jmeter