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

### The documentation URL https://jmeter.apache.org/api/org/apache/jmeter/testelement/AbstractTestElement.html#setProperty(java.lang.String,int) ### Feedback I created a TreeModelListener with the purpose of adding a new property when a node is created. In it, I used element.setProperty(new StringProperty(PROP_STABLE_ID,...

to-triage
documentation

### The documentation URL https://jmeter.apache.org/changes.html ### Feedback What’s the best way to get the latest JMeter version immediately after release?

to-triage
documentation

### Use case pre and post support python3 ### Possible solution _No response_ ### Possible workarounds _No response_ ### JMeter Version 5.6 ### Java Version _No response_ ### OS Version...

enhancement
to-triage

### Expected behavior I expect that transaction sample elapsed time is the sum of child sample elapsed times excluding thread pause times which should be counted as idle time for...

defect
to-triage

### Expected behavior The user defined variables that are defined under thread group should have the scope with in the respective thread group. ### Actual behavior When tester is having...

defect
to-triage

### Expected behavior We were expecting for all the user below response [{"id":"EDGE_CONNECT_PROCESS","type":"Section","key":"CD709A09C0C3B248350642","baseType":"Section","sectionClass":"tc-global-font tc-global-color tc-normal-weight","zchildren":[{"id":"EDGE_CONNECT_PHASE","type":"Section","key":"CD709A09C0C3B248350643","baseType":"Section","sectionClass":"Phase_$$PHASE$","zchildren":[{"id":"FMT_F62F192AFB7A6664404508","type":"tw-StyleSection","key":"0A99F3FE9107CED1368177","widgetAttributes":{"RunAnimation":"N"},"baseType":"Section","sectionClass":"tc-card-bg shadow-style-1 tc-card tc-card-top-margin","zchildren":[{"id":"FMT_F62F192AFB7A6664404513","type":"Section","key":"0A99F3FE9107CED1368178","sectionStyle":"padding:1rem","baseType":"Section","sectionClass":"tc-card-body","zchildren":[{"id":"COL_F62F192AFB7A6664464256","type":"Column","key":"0A99F3FE9107CED1368179","sectionStyle":"margin-left: -20px;","baseType":"Column","sectionClass":"responsive-column col-full-xs col-full-sm ecDIB","zchildren":[{"id":"QUE_25915CFFF1B5B898335545","type":"Question","key":"CD709A09C0C3B248360690","defaultButton":"CD709A09C0C3B248 FormButton 99","hintText":"What are you looking for?","controlType":"Text Input Field","dataItemType":"Text","trimValue":true,"newLine":true,"text":"SearchCriterion","qlr":false,"disableFormOnAction":true,"align":"None","answerAlign":"None","answerNewLine":true,"inNLTable":false,"keepColumnHeading":false,"removeQuestionPart":true,"dataItem":"TAP[1].WORKINGELEMENTS[1].SEARCHCRITERION","eid":"CD709A09C0C3B248...

defect
to-triage

## **Description** This PR addresses the issue where the InfluxDB Backend Listener fails to capture detailed error information, particularly assertion failures. The current implementation only creates `ErrorMetric` objects based on...

### Expected behavior When using the InfluxDB Backend Listener, error metrics should capture complete error information including: 1. Detailed Assertion Failures: Each failed assertion should be reported with: - Assertion...

defect
to-triage

## Description This is a proof-of-concept implementation for conditional `TestElement.enabled`. The downside is that `isEnabled()` call would be added for every sampler, listener, pre-processor, pos-processor, and so on which might...

enhancement

----------------------Need help regarding using JMeter Parallel controller with Transaction controller----------------------- Currently I am using Parallel controller inside Transaction controller with "Generate Parent Sample" enabled for both. Few Transaction controllers having...