Looks basically OK.
Check the jmeter log file for errors.
On 09/05/2008, Fulvio Guglielmelli <[EMAIL PROTECTED]> wrote:
> Hi
> i need to use while Condition verifing if var1<var2
>
> i tryed to use:
> ${__javaScript(${var1}<${var2})}
>
> i tryed to set a variable (superato ) in a BeanShell Assertion and test:
> while condition ${superato} or ${__P(superato,)}
>
> String totale = vars.get("totale");
> String lim= vars.get("limit");
>
> int limIntero = new Integer(lim).intValue();
> int totaleIntero = new Integer(totale).intValue();
> if (limIntero>totaleIntero)
> {
> print("SUPERATO");
> vars.put("superato","false");
> }
>
>
> but NOTHING
>
> Can any one help me?
>
>
> Fulvio
>
>
>
> ---------------------------------
> Scopri il Blog di Yahoo! Mail: trucchi, novità , consigli... e la tua
> opinione!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]