@sammuthukattil

have you tried exactly as Venkat suggested? function names are case
sensitive

try one of these

${__javaScript("'${imp_Status}'!='finish'",dummy)}

${__javaScript(eval("'${imp_Status}'!='finish'"),dummy)}

Hope it helps you
Flavio Cysne

2012/7/5 venkatakurathi <[email protected]>

> try this...
> ${__javaScript("${imp_Status}"!=="finish",dummy)}
>
> -----
> Venkat Akurathi
> 91-9703186688
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/While-Loop-condition-specification-tp5713865p5713866.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to