jmeter
jmeter copied to clipboard
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
### 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...
## 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  The status should be OK and like this. This is fine when being sent from postman ### Actual behavior  ### Steps to reproduce the problem...
### 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_...
### 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...
## 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...
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,...