https://bz.apache.org/bugzilla/show_bug.cgi?id=63623
Bug ID: 63623
Summary: JSON Extractor if use "=" in expressions,then Expected
character: )
Product: JMeter
Version: 4.0
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.2
Created attachment 36698
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36698&action=edit
PNG about the error
When is use JSON Extractor,in JSON Path expressions,if i use '=',then an error
happens,like below:
2019-08-01 17:53:41,343 ERROR o.a.j.e.j.j.JSONPostProcessor: Error processing
JSON content in status=5 - jsonvar5, message: Expected character: )
and i have to type like "<=" or ">=".
So if i want to filter status=5, i have to user "[?(@.status<=5 &&
@.status>=5)]"
Is this a bug?
--
You are receiving this mail because:
You are the assignee for the bug.