Tag

JSR223

0 views collected around this technical thread.

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.

Command-lineGroovyJMeter
0 likes · 7 min read
Running Command-Line Commands in JMeter Using Groovy