https://bz.apache.org/bugzilla/show_bug.cgi?id=60295
Bug ID: 60295
Summary: JSON Extractor doesn't index array elements when only
one element is found
Product: JMeter
Version: 3.0
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 34399
--> https://bz.apache.org/bugzilla/attachment.cgi?id=34399&action=edit
Extract json elements into varname_1 when matchnumber is -1
When matchnumber is set to "-1" and only one element is extracted by the JSON
Extractor, it currently forgets to append the varname with "_1".
In comparison the Regex Extractor appends the varname with "_1" in such a case.
Therefore the JSON Extractor should behave similarly.
--
You are receiving this mail because:
You are the assignee for the bug.