I´ve got the User Defined Variable "rn1" in my Thread Group defined as 
"${__Random(0,3,rn1)}". I use this variable in the HTTP Request. The Thread 
Group has a loop count of 6. When I look at the View Results Tree I see 
"${__Random(0,3,rn1)}" in the first request, in the following requests I see 
the desired effect (a random number). I see the same effect when I user "rn2", 
which is defined as "${__javaScript(Math.floor(Math.random()*4),rn2)}".

> Test Plan
  > Thread Group
    > User Defined Variables
    > HTTP Request
    > View Results Tree

I don't see errors in the log... 
I'm using JMeter 2.0.1 on Windows XP with JRE 1.4.2_06.
   
Any ideas what's causing the non-evaluation in the first request?

Regards,
Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to