https://bz.apache.org/bugzilla/show_bug.cgi?id=65702
Bug ID: 65702
Summary: Add field disabled on all component
Product: JMeter
Version: 5.4.1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
There is many case when we need to disabled/enable component based on variable
or function.
1- Disable listener
2- Disable post processor (when extracting value from home page, there is no
need to consume CPU with each iteration to get the same value )
3- Disable debug sampler.
4- disable thread group used for testing script.
Like this and using property file we can adapt depend on the execution context.
I imagine disabled field will be on the same line after name, if the evaluated
value of this field is "false" (ignore case) the component will be disabled
--
You are receiving this mail because:
You are the assignee for the bug.