Jignesh Parmar

JMETER : HOW TO UPLOAD MULTIPLE IMAGES BY APACHE JMETER?

Published 2 years ago 1104 Views
image

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.
    1. Method = "POST"
    2. Make sure "Use multipart / form-data" checkbox is checked.

 

  • Click on the Files Upload tab and fill in the details as described below.
    1. File Path: Enter the full path of the image with the image extension. Like:  /user/test.jpg
    2. Parameter Name: Give the appropriate name of the image parameter.
    3. 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

A BLOG ABOUT DEVELOPMENT

Subscribe and get my latest blog post in your inbox.
image
JMETER: HOW TO GENERATE HTML AND CSV FILE REPORT OF LOAD/PERFORMANCE TESTING BY COMMAND PROMPT?

By cmd and JMeter we can generate an HTML report of Load testing and Performance testing by command.

image
JMETER: HOW TO UPLOAD MULTIPLE IMAGES BY CSV FILE IN APACHE JMETER?

By Jmeter CSV file configuration we can upload multiple images with the help of Apache JMeter for Performance/Load testing.

image
JMETER : HOW TO UPLOAD MULTIPLE IMAGES BY APACHE JMETER?

By Apache Jmeter we can upload multiple images for load/performance testing by a single API/Web service call.