https://issues.apache.org/bugzilla/show_bug.cgi?id=54846
Bug ID: 54846
Summary: allow samples to be ignored
Product: JMeter
Version: 2.9
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Sometimes it is desirable to ignore particular samples where you do some setup
that is not interesting to be recorded. For example login and similar. Changing
layout of test plan often does not look nice.
I think org.apache.jmeter.samplers.SampleResult can be extended to have a
property ignore or ignoreByListeners. For scripting samplers one can set that
property. And for other samplers the transaction controller can be extended to
support marking it's parent sample to be ignored so one can put any samples to
be ignored under a transaction controller.
Regards
--
You are receiving this mail because:
You are the assignee for the bug.