jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services

Results 416 jmeter issues
Sort by recently updated
recently updated
newest added

## Description This change enhances the HC4CookieHandler.java to support handling multiple cookies, each with its own configurable expiry time (via Max-Age). It ensures cookies are properly invalidated and removed after...

**mark.pilon** ([Bug 65175](https://bz.apache.org/bugzilla//show_bug.cgi?id=65175&redirect=false)): Hello, I have an possible bug with the Result Status Action Handler in JMeter 5.4.1. Test Case - My Thread Group's 'Action to be taken after a...

P2

### Use case Jmeter 和官方文档支持简体中文/Jmeter and official documentation support Simplified Chinese ### Possible solution _No response_ ### Possible workarounds _No response_ ### JMeter Version 5.6.3 ### Java Version _No response_...

enhancement
to-triage

## Description Caching the length/size in a variable for collections in order to avoid repeated calls within loops, which can slightly improve performance and readability. ## Motivation and Context While...

**Matt Parker** ([Bug 56163](https://bz.apache.org/bugzilla//show_bug.cgi?id=56163&redirect=false)): When using the HTTP Cache Manager, a PUT sampler should automatically include the "If-Match" header, rather than the "If-None-Match" header, because of the semantics of updates...

enhancement
os: Linux
P2

### Expected behavior While trying to record a web application using JMeter 5.6.3, facing an below mentioned exception. With this exception, nothing is captured under recording controller. "java.lang.IllegalArgumentException: URLDecoder: Illegal...

defect
to-triage

When the life of a thread expires, the requests inside are terminated halfway. I have a thread that runs for 1 minute There is a transaction controller inside it and...

### Use case It might be helpful to disable some of the bits in the test plan when launching the script from the commandline. For instance: * Exclude some of...

enhancement
to-triage
help-wanted

I have installed JMeter version 5.6.3 on my Sequoia 15.2 Mac laptop. Everything works fine except the clipboard. I can't copy and paste anything into the JMeter GUI. **JDK 17**

### Expected behavior When parsing a .jmx file using JMeter's SaveService.loadTree, the getFilename() method of org.apache.jmeter.config.CSVDataSet returns null despite the fact that the filename property is correctly set and visible...

defect
to-triage