Doing REST API Testing using Jmeter. when I am Using JSON Path Tester in HTTP Response and provided JSON Path Expression as $..name. Getting following matches
Done,
Won't Do,
Duplicate,
Cannot Reproduce
But when I place the same JSON expression and Result in JSON Assertion, getting the error:-
Assertion error: false
Assertion failure: true
Assertion failure message: Value expected to match regexp '"Done","Won't Do","Duplicate","Cannot Reproduce"', but it did not match: '["Done","Won't Do","Duplicate","Cannot Reproduce"]'




