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 of foo
  • you have ${b} variable value of bar
  • 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

Popular posts from this blog

scala - 'wrong top statement declaration' when using slick in IntelliJ -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

PySide and Qt Properties: Connecting signals from Python to QML -