You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2021/11/25 03:58:30 UTC

[Bug 65702] New: Add field disabled on all component

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: issues@jmeter.apache.org
          Reporter: oufdou.anas@gmail.com
  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.

[Bug 65702] Add field disabled on all component

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65702

--- Comment #1 from anasoid <ou...@gmail.com> ---
related to :
"If controller" inside sampler :
https://bz.apache.org/bugzilla/show_bug.cgi?id=62902
Option to disable backend listener :
https://bz.apache.org/bugzilla/show_bug.cgi?id=64833

-- 
You are receiving this mail because:
You are the assignee for the bug.