with a code sample http://theworkaholic.blogspot.com/2012/05/json-in-jmeter.html
regards deepak On Fri, May 25, 2012 at 9:50 AM, Deepak Shetty <[email protected]> wrote: > Hi > An alternative to consider is to download a JSON library (json.org) and > parse the response string using the library and then iterate over it to add > the parameters to the request instead of regex. > > regards > deepak > > > On Fri, May 25, 2012 at 12:43 AM, Felix Frank <[email protected]> wrote: > >> On 05/25/2012 09:10 AM, venkatakurathi wrote: >> > add debug sampler to the transaction & run the script. >> > look into the response of debug sampler ,u can find the multiple values >> > extracted by your expression in name value format. >> > it gives you a better undertsanding to how to proceed further. >> >> Right. >> >> You will probably need to do something like this as well: >> >> http://theworkaholic.blogspot.com/2010/03/dynamic-parameters-in-jmeter.html >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
