I am doing a load testing of website,I have used jmeter recorder to record my script but there is a functionality in which image is being uploaded and that is a third party tool which is being used for uploading images, this event is not recorded by Jmeter also How to handle this situation( the third party tool's keys are not exposed to me)
0
votes
1 Answers
0
votes
Try copying the image you're trying to upload to JMeter's "bin" folder, given the 3rd-party tool respects browser proxy settings or configured to use JMeter as a proxy you should be able to record the file upload event using JMeter's HTTP(S) Test Script Recorder.
See Recording File Uploads with JMeter article for more details on the approach.