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

### Expected behavior Exec file should be found and executed ### Actual behavior Command executed but no return ### Steps to reproduce the problem step 1: Create an OS Process...

defect
to-triage

## Description This change adds the option to automatically fail a sampler if a regular expression extraction can't find any matches. ## Motivation and Context This saves the need to...

### Expected behavior ![image](https://github.com/apache/jmeter/assets/70915421/494afab6-6308-4eca-a727-40ddd0e5991c) The status should be OK and like this. This is fine when being sent from postman ### Actual behavior ![image](https://github.com/apache/jmeter/assets/70915421/2b3679a3-b47c-4afb-b3d9-7f1322d0357d) ### Steps to reproduce the problem...

defect
to-triage

### Use case Can i change the throughput from minute to seconds? I can probably do that, but I don't know if it's possible yet. ### Possible solution _No response_...

enhancement
to-triage

### Expected behavior _No response_ ### Actual behavior _No response_ ### Steps to reproduce the problem I’m trying to record in jmeter version 5.6.2 but during recording I have encountered...

defect
to-triage

## Description Add 2 configurable parameters to allow enabling by default the scroll tick in the ViewResultsTree box and also to set the width of the tree to desired value....

### Use case I'm running JMeter tests. However, after some time, I encounter several errors: Non HTTP response code: java.net.SocketTimeoutException ### Possible solution Is it possible to make it so...

enhancement
to-triage

Fixes https://github.com/apache/jmeter/issues/6250 See * https://issues.apache.org/jira/browse/HTTPCLIENT-2325 * https://github.com/apache/httpcomponents-client/pull/556

## Description close #6250 . ## Motivation and Context On some web server implementations, including charset in the request header `Content-Type` of `multipart/form-data` can result in parsing errors of the...

### Expected behavior HTTP Header ```http Content-Type: multipart/form-data; boundary=2W1aSJ1TtJC_jRaGnbotI-RaHchFMAO ``` ### Actual behavior HTTP Header ```http Content-Type: multipart/form-data; boundary=2W1aSJ1TtJC_jRaGnbotI-RaHchFMAO; charset=UTF-8 ``` ### Steps to reproduce the problem In JMeter 5.6.3,...

defect