tags:

views:

23

answers:

1

Hello

I need to test my web server, but i need to measure it with lot of files with different size. I got about 500-1000 that kind of files. Can You please tell me how to do it in jmeter ? Maybe there is an option where i can put file with my files to retrive list ??

thx in advance

A: 

Create a CSV file with the PATH for each file you need to upload. Make ONE request that uploads a file from the csv file. Create a FOREACH controller to make the upload request for each row in the CSV file.

BlackGaff