On 16 November 2011 14:42, andreea raluca <[email protected]> wrote: > Hello, > I have to generate in JMeter a randomized variable that have this form: > id=4eeb87da1cdf8812. In the code it’s described like this : > '&id=' . substr(md5(microtime() . uniqid('')), 0, 16) > Can anyone help me?
There are various script functions that might perhaps be of use; have a look at: http://jmeter.apache.org/usermanual/functions.html But without knowing what microtime() and uniqid() do it's impossible to say if they would be suitable or not. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
