Hi,

I have a test written that I am using to generate file upload requests to a
system.  The system has a requirement that each of the files uploaded has a
unique file name for each iteration.
To manage this I have created a set of files with the required naming
convention (file1.doc, file2.doc) and then I am referencing them using a CSV
data set config.

The problem that i have is that the first run will upload the file with no
problem, then with the next iteration jmeter appears to remember the
filename variable and attempt to upload the same file which generates an
error from the app being tested.

I have chucked a debugging controller at the end of the script to see if the
filename variable is updating with each iteration, which it is doing.  Any
help to get past this would be fantastic.

Cheers
Owen

Reply via email to