https://bz.apache.org/bugzilla/show_bug.cgi?id=65072
Bug ID: 65072
Summary: Values of declared variables within the same User
Defined Variables element are not evaluated
Product: JMeter
Version: Nightly (Please specify date)
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER 5.4.1
Created attachment 37699
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37699&action=edit
UDVIssue
Hello,
Values of declared variables within same User Defined Variables element are not
evaluated in declared variables that are in rows below. Run provided jmx file
and check the Sampler's name in VRT listener.
In results, variables var2 and var4 have values ${var1} and ${var3}, instead
"doesn't work in var2, works in var7" and "works in var6 but doesn't work in
var4 and var8" respectively.
As a workaround, Groovy function is used, so var6 properly generates assigned
value within same UDV element.
Jmeter 5.4.1 7acd031
Microsoft Windows 10 Enterprise 64-bit
java version "14.0.1" 2020-04-14
--
You are receiving this mail because:
You are the assignee for the bug.