testing

How to Send GraphQL Mutation Request in JMeter

This post explains how to send a GraphQL Mutation request using JMeter.

Read more

Read more
testing

JMeter Pass Variables Between Thread Groups

In this JMeter tutorial, we look at how we can share and pass variables between thread groups.

Read more

Read more
testing

How to Use ForEach Controller in JMeter

ForEach Controller in Jmeter iterates through an array of variables.

Read more

Read more
testing

How to Parse a JSON Response Using JMeter's JSON Extractor

As of JMeter 3.0, it’s far easier to extract data from JSON responses using the JSON variable extractor. JSON is an extremely simple data format which has taken over XML a few years ago.

Read more

Read more
testing

How to Install JMeter With Extra Plugins on Mac OS Using HomeBrew

There are multiple approaches to installing JMeter on Mac OS. You can either do it manually just like we do in windows (i.e. downloading the binaries and executing the installer) or you can follow a more simplistic method to install JMeter via HomeBrew.

Read more

Read more
testing

JMeter Tutorial: Testing REST Web Services

In this Jmeter Tutorial, we look at how we can test a REST API or Web Service using Jmeter tool.

Read more

Read more
testing

Jmeter Tutorial: How to Send a JSON File as Request in Body

In this JMeter Tutorial, we explain how to send one or multiple JSON files in the body of the HTTP request.

Read more

Read more