yes and no. No - there isnt an out of box plugin which understands the JSON format Yes - JSON is ultimately text that is part of the request/response and Jmeter can do that so you can test web applications that use JSON. You also have various post processors (which can use JSON java libraries to parse the response if needed). you should get some google hits if you search on how to do this
regards deepak On Wed, Jan 4, 2012 at 8:23 AM, Sayantani <[email protected]> wrote: > Hi All, > > Does JMeter support JSON request/response? If yes, how do we implement it? > How do we handle parameterization and correlation? Please give any > reference document if available; it will be of immense help. > > Thanks for your input. > > -- > > Thank you, > Sayantani >
