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 PR simply adds the new driver class "com.mysql.cj.jdbc.Driver". ## Motivation and Context By providing this new class, this message can be prevented: Loading class `com.mysql.jdbc.Driver'. This is...

### Expected behavior I would expect to create sample labels dynamically using JSR223 listener in groovy. Sample Label kept appearing same "JSR223 Sampler" but i expected dynamic label as per...

defect
to-triage

## Description This will allow user to change element after adding it to the testplan The components which are enabled with this feature are 1. Config element 2. ThreadGroup 3....

### Expected behavior When I run my test in the GUI it runs just fine. My sample is just to hit slashot.org with 1 thread and 1 time. Running in...

defect
to-triage

### Expected behavior Cookies should clear on next iteration for same user and when unchecked the 'Same user on each iteration' in Thread Group. And tried other valid possibilities, kindly...

defect
to-triage

### Expected behavior When I set the property `server.rmi.ssl.keystore.file=/secrets/rmi_keystore.jks` I expect the jmeter worker to use that file path to look for the rmi_keystore.jks file instead of the default behavior...

defect
to-triage

Hi I'm using jmeter 5.6.2 with iso8583 plugin. try to use this groovy script but seems jmeter create two value for field 11 that use random function ${__Random(111111111111,999999999999,)}! seems random...

defect
to-triage

### Use case Currently, the key/value haven't space just after the : example: Thread Name:Thread Group 1-1 Sample Start:2024-04-12 10:12:31 WET Load time:141 [...] ### Possible solution Typo convention add...

enhancement
to-triage

### Expected behavior Have created the JMS Sampler in Jmeter to test my PTP(point to point) ActiveMQ queues. I have REQUEST and REPLY queues configured in the JMS configuration. So...

regression
to-triage

## Description **Reasons for Code Improvement :** This code change removes unnecessary nested conditional statements, reducing the complexity of the logic and thereby enhancing the code's readability and maintainability. ##...