I have a xyz.zip file and it contains multiple json files. I have to send this zip file in Jmeter post request and read all the json files.
Please let me know any solution.
Thanks in advance!
I have a xyz.zip file and it contains multiple json files. I have to send this zip file in Jmeter post request and read all the json files.
Please let me know any solution.
Thanks in advance!
Just like any other file, using HTTP Request sampler
Tick "Use multipart/form-data" box
Provide full or relative path to your .zip file and use correct "Parameter Name" matching the name of the relevant <input type="file"> element at the page
More information: Performance Testing: Upload and Download Scenarios with Apache JMeter