Tagged articles
149 articles
Page 2 of 2
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
Apr 21, 2020 · Fundamentals

Curated List of Groovy Tutorials and Resources

This article provides a curated collection of Groovy tutorials covering topics such as Java‑Groovy integration, stream‑based prime calculation, shell scripting, database operations with Gradle, Groovy Shell usage, operator overloading, JMeter scripting, regular expressions, tuples, lists, and advanced Gradle‑Groovy techniques.

GradleGroovyJMeter
0 likes · 4 min read
Curated List of Groovy Tutorials and Resources
FunTester
FunTester
Apr 17, 2020 · Information Security

Using Groovy in JMeter to Sign Request Parameters with RSA

This article demonstrates how to use Groovy scripts within JMeter's JSR223 pre‑processor to generate RSA signatures for request parameters, covering key handling, encryption, decryption, signing, verification, map conversion, and how to attach the signature to the HTTP sampler for automated performance testing.

GroovyJMeterPerformance Testing
0 likes · 11 min read
Using Groovy in JMeter to Sign Request Parameters with RSA
FunTester
FunTester
Apr 7, 2020 · Operations

How to Simulate Different Network Speeds for Mobile Apps and Websites Using JMeter

This article explains how to use JMeter to limit output bandwidth by configuring httpclient.socket.http.cps and httpclient.socket.https.cps, enabling realistic simulation of various mobile network speeds such as GPRS, 3G, 4G, Wi‑Fi, and Ethernet, and shows how to apply these settings via user.properties or command‑line parameters.

JMeterLoad TestingPerformance Testing
0 likes · 5 min read
How to Simulate Different Network Speeds for Mobile Apps and Websites Using JMeter
FunTester
FunTester
Mar 27, 2020 · Operations

Using Groovy in JMeter: Demos, Context Access, and Throughput Insights

The article shares a series of JMeter demos that leverage Groovy for accessing the test context, retrieving SampleResult and previous sampler data, discusses the limited usefulness of thread scheduling via Groovy, highlights a discovered throughput discrepancy, and provides practical advice and links to related technical resources.

GroovyJMeterLoad Testing
0 likes · 3 min read
Using Groovy in JMeter: Demos, Context Access, and Throughput Insights
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 13, 2020 · Operations

Using Groovy Regular Expressions in JMeter for Performance Testing

This article demonstrates how to apply Groovy regular expressions within JMeter to extract fields from API responses, showing step‑by‑step configuration of a thread group, JSR223 post‑processor script, and variable handling for performance testing.

GroovyJMeterPerformance Testing
0 likes · 7 min read
Using Groovy Regular Expressions in JMeter for Performance Testing
FunTester
FunTester
Mar 7, 2020 · Operations

Using Groovy in JMeter to Log and Save Request/Response Data

This guide demonstrates how to add a JSR223 PostProcessor with Groovy in Apache JMeter to capture slow requests, write request parameters and responses to a log file, and control pagination for automated performance testing, providing complete script examples and console output.

AutomationFile LoggingGroovy
0 likes · 7 min read
Using Groovy in JMeter to Log and Save Request/Response Data
FunTester
FunTester
Mar 6, 2020 · Operations

Using Groovy in JMeter to Modify Request Parameters

This tutorial explains how to employ Groovy scripts within JMeter to dynamically modify request parameters, covering setup of a thread group, adding a JSR223 PreProcessor, example code, console output verification, and result tree inspection for GET and POST requests.

GroovyJMeterPerformance Testing
0 likes · 5 min read
Using Groovy in JMeter to Modify Request Parameters
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 4, 2020 · Operations

Mastering JMeter Variables with Groovy: Private vs Shared Scope

This tutorial shows how to use Groovy scripts inside JMeter to set and retrieve both thread‑local (private) and thread‑shared (global) variables, providing step‑by‑step configuration, code snippets, and sample console output for each case.

GroovyJMeterLoad Testing
0 likes · 5 min read
Mastering JMeter Variables with Groovy: Private vs Shared Scope
FunTester
FunTester
Jan 5, 2020 · Backend Development

Which API Testing Tool Fits Your Team? A Comparative Guide to 5 Popular Choices

The article compares five widely used API testing tools—Rest‑Assured, Postman, SoapUI, JMeter, and Fiddler—explaining their strengths, ideal team compositions, and integration capabilities to help teams select the most suitable solution for their DevOps and automation needs.

API testingFiddlerJMeter
0 likes · 8 min read
Which API Testing Tool Fits Your Team? A Comparative Guide to 5 Popular Choices
DevOps Cloud Academy
DevOps Cloud Academy
Nov 24, 2019 · Operations

Implementing Automated Interface Testing with Jenkins, JMeter, and Groovy to Identify and Count False Positives

This guide explains how to build an automated interface‑testing pipeline using Jenkins, Ant, JMeter and Groovy, generate test reports, filter out false‑positive failures caused by network or environment issues, let users confirm them in Jenkins, and recalculate success, failure and false‑positive rates.

Automated TestingGroovyJMeter
0 likes · 8 min read
Implementing Automated Interface Testing with Jenkins, JMeter, and Groovy to Identify and Count False Positives
DevOps Cloud Academy
DevOps Cloud Academy
Sep 25, 2019 · Mobile Development

Using Fiddler and JMeter for Mobile App API Test Automation (iOS)

This guide explains how to capture HTTPS traffic from an iOS app with Fiddler, configure the device proxy and certificates, and then recreate the login and query requests in JMeter to build automated API test cases, including token extraction and response validation.

API testingFiddlerJMeter
0 likes · 4 min read
Using Fiddler and JMeter for Mobile App API Test Automation (iOS)
DevOps Cloud Academy
DevOps Cloud Academy
Sep 25, 2019 · Databases

How to Connect MySQL and Oracle Databases with JMeter

This guide walks through configuring JMeter to connect to MySQL and Oracle databases via JDBC, covering driver installation, JMeter component setup, request creation, result verification, and troubleshooting common connection errors for performance testing.

Database ConnectionJDBCJMeter
0 likes · 4 min read
How to Connect MySQL and Oracle Databases with JMeter
DevOps Cloud Academy
DevOps Cloud Academy
Aug 23, 2019 · Operations

Jenkins Slave Docker Image Configuration and Startup Script

This guide explains how to configure a Jenkins slave Docker image by installing JDK, Maven, and other build tools, adding the agent.jar, setting environment variables, and providing a startup Bash script to launch the Jenkins agent within the container.

AutomationDockerJMeter
0 likes · 5 min read
Jenkins Slave Docker Image Configuration and Startup Script
DevOps Cloud Academy
DevOps Cloud Academy
Aug 18, 2019 · Backend Development

JMeter Installation and Basic Usage Guide for API Performance Testing

This article provides a step‑by‑step tutorial on installing JMeter, configuring environment variables, launching the tool, creating a test plan with thread groups and HTTP requests, and running performance tests on API endpoints, illustrated with screenshots and command‑line examples.

Backend DevelopmentInstallationJMeter
0 likes · 2 min read
JMeter Installation and Basic Usage Guide for API Performance Testing
FunTester
FunTester
Jul 23, 2019 · Operations

How to Load Test Dubbo Queue APIs with JMeter and Java Concurrency

This article explains a practical approach to performance‑testing Dubbo add and delete methods of a message queue by pre‑generating payloads, using a thread‑safe LinkedBlockingQueue, and driving the calls with JMeter‑compatible Java code.

DubboJMeterJava
0 likes · 6 min read
How to Load Test Dubbo Queue APIs with JMeter and Java Concurrency
Programmer DD
Programmer DD
Apr 28, 2019 · Operations

How to Achieve a 50,000‑User Load Test with JMeter & BlazeMeter

This guide walks you through the complete process of planning, scripting, locally testing, and scaling a load test to over 50,000 concurrent users using JMeter and BlazeMeter, covering script creation, sandbox configuration, engine sizing, cluster setup, and master‑slave orchestration.

BlazeMeterJMeterLoad Testing
0 likes · 12 min read
How to Achieve a 50,000‑User Load Test with JMeter & BlazeMeter
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.

BeanShellJMeterMD5
0 likes · 3 min read
Implementing MD5 Signature for API Parameters Using JMeter and Postman
360 Quality & Efficiency
360 Quality & Efficiency
Dec 14, 2018 · Operations

Performance Testing of Long-Connection Services: Identifying and Resolving Connection Limits in MQTT with JMeter

This article explains how to conduct performance testing for long‑connection services such as MQTT using JMeter, highlights common factors that restrict connection counts like system port limits and file descriptor caps, and provides step‑by‑step instructions to adjust sysctl and ulimit settings to obtain accurate results.

JMeterMQTTPerformance Testing
0 likes · 3 min read
Performance Testing of Long-Connection Services: Identifying and Resolving Connection Limits in MQTT with JMeter
转转QA
转转QA
Dec 14, 2018 · Frontend Development

Load Testing and Performance Analysis of the Online Quality Inspection Report Service

This report details the background, objectives, environment, test plan, distributed JMeter setup, server monitoring, results, and analysis of a load‑testing effort aimed at identifying performance bottlenecks and validating reliability of a front‑end Node.js quality‑inspection service under increasing concurrent traffic.

DistributedJMeterLoad Testing
0 likes · 8 min read
Load Testing and Performance Analysis of the Online Quality Inspection Report Service
DevOps
DevOps
Sep 20, 2018 · Operations

Integrating Azure DevOps Server (TFS) with JMeter for Automated Testing

This article explains how to integrate Microsoft Azure DevOps Server (formerly TFS) with the open‑source load‑testing tool JMeter, describing the background of DevOps testing challenges, JMeter features, a demo PartsUnlimited project, pipeline design, environment setup, script execution, and performance‑testing options.

Automated TestingAzure DevOpsDevOps
0 likes · 9 min read
Integrating Azure DevOps Server (TFS) with JMeter for Automated Testing
Hujiang Technology
Hujiang Technology
Dec 1, 2017 · Operations

Practical Guide to Performance Testing and Troubleshooting in Linux Environments

This article outlines a comprehensive, step‑by‑step approach to performance testing and root‑cause analysis for backend services, covering environment validation, tool selection, Linux system limits, dependency checks, empty‑endpoint verification, throughput calculation, log monitoring, and essential Linux commands such as netstat, vmstat, mpstat, iostat, top and free.

JMeterLinux monitoringPerformance Testing
0 likes · 20 min read
Practical Guide to Performance Testing and Troubleshooting in Linux Environments
360 Quality & Efficiency
360 Quality & Efficiency
Jul 20, 2017 · Operations

Generating JMeter Test Reports via Command Line and Plugins

This guide explains how to use JMeter's command‑line mode and the JMeter Plugins CMD tool to convert JTL files into HTML reports and various chart types, detailing required parameters, plugin installation, and example commands for comprehensive performance‑testing reporting.

JMeterPerformance TestingPlugins
0 likes · 6 min read
Generating JMeter Test Reports via Command Line and Plugins
360 Quality & Efficiency
360 Quality & Efficiency
Jul 5, 2017 · Operations

Understanding JMeter Distributed Modes and Optimization Strategies

This article explains how JMeter implements its various distributed testing modes, examines the SampleSender interface and its overloads for standard, batch, and asynchronous modes, and presents optimization techniques that reduce network overhead and improve overall load‑testing performance.

Distributed TestingJMeterOperations
0 likes · 3 min read
Understanding JMeter Distributed Modes and Optimization Strategies
360 Quality & Efficiency
360 Quality & Efficiency
Oct 28, 2016 · Operations

Performance Testing of 360 Endpoint Security Management System with LoadRunner

This report details the performance testing of the 360 Endpoint Security Management System, covering product overview, architecture, tool selection (favoring LoadRunner), test scenarios, script implementation, execution results, resource utilization, and analysis, concluding with insights on testing methodology and optimization.

Endpoint SecurityJMeterLoad Testing
0 likes · 6 min read
Performance Testing of 360 Endpoint Security Management System with LoadRunner
360 Quality & Efficiency
360 Quality & Efficiency
Oct 14, 2016 · Backend Development

Comparative Performance Evaluation of JMeter, Locust, asyncio (Python) and Go for Server Load Testing

This article compares JMeter, LoadRunner, Locust, asyncio (Python) and Go-based load testing tools by measuring CPU, memory, Nginx response and TPS under varying concurrency levels, concluding that Go delivers the highest throughput while Python coroutines offer significant improvements over older Python versions.

JMeterLoad TestingLocust
0 likes · 10 min read
Comparative Performance Evaluation of JMeter, Locust, asyncio (Python) and Go for Server Load Testing
MaGe Linux Operations
MaGe Linux Operations
Jun 17, 2015 · Backend Development

Generating Millions of HTTP Requests per Second: Tsung, JMeter, and More

This article explains how to achieve ultra‑high HTTP request rates by using load‑generating tools such as Apache Bench, httperf, JMeter and Tsung, discusses Linux socket limits, provides step‑by‑step installation and configuration examples for Tsung on CentOS, and shows how to run tests and interpret the results for building a high‑performance web cluster.

HTTPJMeterLinux
0 likes · 13 min read
Generating Millions of HTTP Requests per Second: Tsung, JMeter, and More