Tag

BeanShell

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Mar 11, 2025 · Operations

Core Concepts and Step-by-Step Guide to Interface Correlation in JMeter

This article explains the core concept of interface correlation in JMeter and provides a detailed, step-by-step procedure—including test plan creation, HTTP request setup, response extraction, variable sharing, assertions, and listeners—along with an example of passing a login token to subsequent requests and key best‑practice tips.

API TestingBeanShellInterface Correlation
0 likes · 5 min read
Core Concepts and Step-by-Step Guide to Interface Correlation in JMeter
Test Development Learning Exchange
Test Development Learning Exchange
Mar 4, 2024 · Operations

Using BeanShell in Apache JMeter for Complex E‑commerce Test Scenarios

This article explains how to use BeanShell within Apache JMeter to create custom pre‑processor, post‑processor, and sampler scripts for complex e‑commerce testing, detailing step‑by‑step procedures and providing multiple practical code examples such as extracting JSON fields, generating order IDs, and managing authentication tokens.

BeanShellJMeterperformance testing
0 likes · 8 min read
Using BeanShell in Apache JMeter for Complex E‑commerce Test Scenarios
360 Tech Engineering
360 Tech Engineering
Jan 15, 2019 · Backend Development

Implementing MD5 Signature for API Parameters Using JMeter and Postman

This article explains how to dynamically encrypt API request parameters with an MD5 signature by creating a Java utility, integrating it into JMeter via a BeanShell PreProcessor, and alternatively configuring the same logic in Postman's Pre-request Script for testing and load‑testing purposes.

API TestingBeanShellJMeter
0 likes · 3 min read
Implementing MD5 Signature for API Parameters Using JMeter and Postman