Here's what I've written (so far):

Baeldung on Java

  • All
  • Spring Data (6)
  • NoSQL (6)
  • Testing (4)
  • Spring Boot (3)
  • Java (3)
  • HTTP Client-Side (3)
  • Spring Web (2)
  • REST (2)
  • Java IO (2)
  • Jackson (2)
  • Core Java (2)
  • Web Services (1)
  • Spring WebFlux (1)
  • Security (1)
  • Reactive (1)
  • Java Numbers (1)
  • Java Map (1)
  • Java Dates (1)
  • Jakarta EE (1)
  • JSON (1)
  • JPA (1)
  • Data (1)

How to Pass a Variable From One Thread Group to Another in JMeter

In this quick tutorial, we’ll explore how to share variables between JMeter Thread Groups. This is a common need when one group performs a setup task, like authentication or data preparation, and another group consumes the result. JMeter has some built in variables we can access, but also we can take matters into our own hands and access the file system to persist values.

Read More →

Session/Cookie Management in Apache JMeter

Learn how JMeter manages sessions and cookies and set up a test plan that logs in to an application, accesses protected resources, and logs out. Along the way, use HTTP Cookie Manager, CSV Data Set Config, and response assertions to ensure tests simulate real-world user behavior.

Read More →