I have been trying to use the "While Controller" in JMeter 2.0.3 with
no luck. This could be due
to two things: user error (since I'm not sure my Condition is in the
correct form), or the While
Controller is a little too alpha not work as advertised.
Inside the While Controller, I grab a page using "HTTP Request
Sampler" and use "Regular
Expression Extractor" to populate a variable called "encodedState". I
would like the While
Controller to loop until encodedState equals the string "ENCODED".
I have tried a variety of conditions on the While Controller with no
luck. What should the
condition look like? Javascript? Pure java? BeanShell? I tried
several guesses:
${encodedState} != "ENCODED"
${__javaScript(${encodedState}!="ENCODED")}
!(${encodedState}.equals("ENCODED"))
. . . you get the idea.
If the While Controller is just too alpha to handle the Condition
correctly, is there some other
way to get this type of behavior?
Cheers,
AK
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]