https://issues.apache.org/bugzilla/show_bug.cgi?id=57381
Bug ID: 57381
Summary: HTTP(S) Test Script Recorder should display an error
if no Recording Controller is setup instead of
recording in incorrect places
Product: JMeter
Version: 2.12
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Currently, HTTP(S) Test Script Recorder is very permissive when no recording
controller is setup.
Documentation only mentions Recording Controller possibility but implementation
tries to find a node in the following order:
- Defined / Saved target
- Recording Controller
- Thread Group
- Workbench
This behaviour is disturbing for many reasons:
- Created samples can sometime appear where you do not expect them to
- They can be created in Workbench which is weird as they will not be really
usable
I propose to change this behaviour to:
- Display an error popup on start of proxy if targetNode.getTestElement() is
not of type : GenericController or AbstractThreadGroup.
In fact I think it should be only Recording Controller but this may break
existing behaviour.
Thoughts ?
--
You are receiving this mail because:
You are the assignee for the bug.