Set up a multiple image upload Scenario by following the steps.
- Launch Jmeter.
- Right Click on Test Plan --> Add--> Threads (Users) --> Thread Group
- Right Click on Thread Group --> Add --> Sampler --> HTTP Request
- Now, fill the value in the appropriate fields.
- Method = "POST"
- Make sure "Use multipart / form-data" checkbox is checked.
- Click on the Files Upload tab and fill in the details as described below.
- File Path: Enter the full path of the image with the image extension. Like: /user/test.jpg
- Parameter Name: Give the appropriate name of the image parameter.
- MIME Type: Enter the MIME type as per the selected image for upload.
- image/png
- image/jpeg
- image/jpg
- image/bmp
- image/webp
- image/gif