apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.35k stars 2.09k forks source link

Running loop using random match numer in Boundary Extractor will result to same values #5798

Open EttyRubinfeld opened 1 year ago

EttyRubinfeld commented 1 year ago

Expected behavior

when defining a random match number in Boundary Extractor each iteration should random a new value

Actual behavior

when running the script in loops (1 user at a time) the value is always the same

Steps to reproduce the problem

  1. use in scripte a Boundary Extractor with random match number in at least one of the responses image
  2. run the script with threads (a few users simultaneously) - the random works fine image
  3. run the script with loops (1 user at a time) - the value is only being randomed once and all requests are always using same value image

JMeter Version

5.4.1

Java Version

No response

OS Version

No response

vlsi commented 1 year ago

Would you please share a test plan that reproduces the issue?