the dot character in a regex will produce a hunger expression, try to avoid
it.

use, instead, \d for numbers only pattern -> equipmentPartId":"(\d+?)"

using a negation pattern is a better way to avoid the dot ->
productPartName":"([^"]+?)"

2012/5/25 Felix Frank <[email protected]>

> 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]
>
>

Reply via email to