Hi,

we are using jmeter 2.1.1.

I use a regular expression extractor to parse an id, which is used for the next request, and a name which is used for response assertion. The regex for the name includes the extracted id.

Everything works fine, as long each tread is looped only once. When looping more often, I think JMeter confuses the extracted ids from this loop and the loop before. Is there any bug known? Is there any configuration?

Example:

clusterID6
<a href="clusteridx?.*id=(\d.*?)">
$1$
0

clusterName6
<a href="clusteridx\?.*id=${clusterID6}">(.*?)<
$1$
0

clusterID6 is used for the next request, ClusterName6 is used as response assertion for this next request, which sometimes fails if threads are looped more than once. Maybe the regex are not correct, my knowledge about regex is limited.

Another question is: what is the template field in the regular expression extractor exactly? Didn't found any documentation.

Thank you for every help,
BR
rob
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to