You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/07/19 17:46:05 UTC

[Bug 61318] Random Variable element does not evaluate variables

https://bz.apache.org/bugzilla/show_bug.cgi?id=61318

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Your observation is correct. The input is evaluated on test plan start time.
Therefore your extracted values are not available and will be evaluated as "0".

The random value config is called on each iteration (start of each iteration),
but it will not re-evaluate the input at those times. Even if it would, the
first iteration would always be "0".

I am not sure, if this is a bug or works as designed. But this behaviour should
probably be mentioned in the documentation.

-- 
You are receiving this mail because:
You are the assignee for the bug.