https://bz.apache.org/bugzilla/show_bug.cgi?id=58012
Bug ID: 58012
Summary: While controller evaluates condition to true where it
shouldn't
Product: JMeter
Version: 2.13
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Here's a while controller condition, in my thread group:
${__javaScript("${step}" == "step1")}
The variable "step" has the following value, prior to entering the while
controller : "step3"" (all quotes inclusive)
The script still entered the while controller, whereas obviously it shouldn't
have.
I'm using jmeter 2.13 on a CentOS server, in command line mode.
--
You are receiving this mail because:
You are the assignee for the bug.