Tagged articles
6 articles
Page 1 of 1
FunTester
FunTester
Apr 24, 2020 · Operations

How to Sign JMeter Parameters with Groovy: A Step‑by‑Step Guide

This article demonstrates how to use Groovy scripts within JMeter’s JSR223 pre‑processor to generate RSA‑based signatures for request parameters, providing a complete utility class, configuration steps, sample code, and console output to verify that the signature is correctly added to the request.

GroovyJMeterJSR223
0 likes · 10 min read
How to Sign JMeter Parameters with Groovy: A Step‑by‑Step Guide
FunTester
FunTester
Mar 24, 2020 · Operations

Master JMeter Header Manipulation with Groovy: A Step‑by‑Step Guide

This article compiles a series of JMeter tutorials and presents a detailed, code‑driven walkthrough for using Groovy to add, read, and modify HTTP headers via the HeaderManager and JSR223 pre‑processor, complete with screenshots and sample console output.

GroovyHeader ManagementJMeter
0 likes · 5 min read
Master JMeter Header Manipulation with Groovy: A Step‑by‑Step Guide
FunTester
FunTester
Mar 22, 2020 · Operations

Using Groovy to Manage Cookies in JMeter: A Step‑by‑Step Guide

This article provides a comprehensive tutorial on handling HTTP cookies in JMeter using Groovy scripts, covering the creation and configuration of CookieManager, adding and modifying cookies, executing JSR223 pre‑processors, and interpreting console output, supplemented with code examples and screenshots.

CookieManagerGroovyJMeter
0 likes · 5 min read
Using Groovy to Manage Cookies in JMeter: A Step‑by‑Step Guide
FunTester
FunTester
Mar 5, 2020 · Operations

Running Command-Line Commands in JMeter Using Groovy

This article demonstrates how to execute operating‑system commands from a Groovy script inside JMeter’s JSR223 PreProcessor, showing the required test plan setup, the Groovy code, and the resulting console output for performance testing purposes.

GroovyJMeterJSR223
0 likes · 7 min read
Running Command-Line Commands in JMeter Using Groovy
FunTester
FunTester
Mar 3, 2020 · Operations

Using Groovy in JMeter Assertions to Validate JSON Responses

This article walks through configuring JMeter 5.12 to run Groovy scripts inside JSR223 assertions, demonstrating how to validate structured JSON responses, log request details, and handle custom failure messages, while providing step‑by‑step screenshots and a complete script example.

JSR223automationjson-validation
0 likes · 7 min read
Using Groovy in JMeter Assertions to Validate JSON Responses