Conversion of json object to object in jmeter -
i have post api consuming json object. need pass json body data api. conversion of json object intended class object failing. have specify other parameters?
you have specify content-type
header application/json
using http header manager
(add child http sampler of post request), jmeter sends post request telling server body contains json using header.
Comments
Post a Comment