How to use Apache JMeter (Basics)

 How to use Apache JMeter (Basics)

After downloading and running Apache JMeter you may follow this guide to create a test plan and test your application using JMeter.



Open Jmeter


Create a new Thread Group



Configure Sequential Requests

It describes that 1 user will send 1 request per second.



Configure Parallel Requests:

It describes that 32 users will send 20 requests per second as (32/32 =1) will generate a total of 640 requests.



Create an HTTP Request Sampler



Configure HTTP Requests

Below is a sample POST request configuration


Add a Request Header Manager



Configure Request Headers



Add Response Listener



Execute the Requests and View Results



Clear Results








Comments