Uploading Images in JMeter
In this blog post we are going to look at simulating the process of uploading an image to a web-site in JMeter for load testing.
Image uploading is a relatively straightforward process to simulate in JMeter. There are a few different ways to approach this, which we will explore.
In order to follow along, you can download the sample JMX here.
Setup
Before we start to look at uploading images with JMeter, we are going to need a test site to use.
We will use an online image upload site for the purposes of this blog post as it makes the upload process easy to follow.
You may have an image upload site in your organization, or you may be reading this for understanding how to upload image to an application you are testing. In any case, the way JMeter handles uploading images is the same.