Unable to pass json value in jmeter POST request -
i have 2 http requests return different json responses. used json path postprocessor retrieve values (value , value b) 2 json responses. when tried pass values , b in request body of http request, value b passed. http://screencast.com/t/y3e9pze2om5 http://screencast.com/t/tfuwm2kkqe
if you're trying build composite variable like:
- you have
${a}variable value offoo - you have
${b}variable value ofbar - you need build
${ab}variable
this can done using __v() function like:
${__v(a${b})} see here’s combine multiple jmeter variables article more detailed information
Comments
Post a Comment