Maybe you could use __javaScript function, sth like:

${__javaScript(var RN = new String (Math.random()); var RNS = RN.substring
(2, 11);, RNS)}

Łukasz Żebrowski




-----Original Message-----
From: stefano santagada [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 25, 2005 3:24 PM
To: [email protected]
Subject: problem about JMeter

Hi all,
  Please try to answer my question in your convenience time.
I want to test a page that have a dynamic url generated using javascript 
commands in other page.

I get a subsequence of a random number generated using Javascript 
commands:

        var RN = new String (Math.random());
        var RNS = RN.substring (2, 11);

and so i obtain url to test that is a kind of :

        .../[EMAIL PROTECTED]

where ********* is the RNS variable.

How can i test this url?

it's urgent, please try to clarify me ASAP

Thanks and Regards
Stefano Santagada


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

Reply via email to