https://bz.apache.org/bugzilla/show_bug.cgi?id=60432
Bug ID: 60432
Summary: JSON Path Extractor requires Default Values when using
multiple Variable Names and JSON Path Expressions
Product: JMeter
Version: 3.1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 34490
--> https://bz.apache.org/bugzilla/attachment.cgi?id=34490&action=edit
JSON Extractor screenshot
1. Add JSON Path Extractor to HTTP Request
2. Add two variable names
3. Add two JSON Path Expressions
4. Execute test.
5. Error throw is ERROR - jmeter.extractor.json.jsonpath.JSONPostProcessor:
Number of JSON Path variables must match number of default values and json-path
expressions, check you use separator ';' if you have many values
Workaround: Add 2 Default Values and the JSON Path Extractor will work as
expected. By this I mean the extractor will get the correct variables and not
use the default values.
--
You are receiving this mail because:
You are the assignee for the bug.