My JMeter test should upload a file to a web service.
The upload request contains the Username and the filename in the Header. The Username and the filename are listed in a CSV file.
On my local machine the jmx file, the csv file and all test data are in the same directory. The test works great here.
However, if I start the test remote, the remote machine uses the correct username and filename but won't find the file because it's obviously not in JMeter's BaseDir.
Is there a best practice to send the test data to the remote server or do I have to manually put them there in the right directory every time?