jmeter
jmeter copied to clipboard
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
Hello. I'm attempting to access the Token endpoint, following the required steps, corresponding to the OIDC Authorization code flow: 1. GET request to the desired page 2. GET request to...
### The documentation URL https://jmeter.apache.org/usermanual/remote-test.html#tips ### Feedback The documentation says: These ports can be controlled by jmeter property called client.rmi.localport in jmeter.properties. If this is non-zero, it will be used...
### Expected behavior After executing the test. If we verify the View Results tree it has to show whether it got ok or ko response. I.e passed or failed response....
### Expected behavior Using HTTP Header Manager elements at various levels in the tree (but a single manager per tree level) should result in the header list merge and the...
## Description This enables automatic migrations and code cleanup
### Expected behavior JMeter should not add its own Content-Type header with value as text/plain in request header while recording even if **Content-Type** header is **missing in the POST request**...
### Expected behavior This is a minor issue for me but but unexpected, since it casts doubt on the logic used for this function. I expect to record a test...
### Expected behavior If you save a JMeter plan with no changes in the test plan then outputed jmx file is still same no matter where you had the cursor...
### Use case Next major version (6.0) will require Java 17 or superior To do: - Migrate the Java 8 source code to Java 17 - [ ] https://github.com/apache/jmeter/pull/6220 -...
## Description Added possibility to set content type as "multipart/related" to be able to support SOAP with attachments (SwA} requests. ## Motivation and Context To be able to send SwA...