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?
Thank you

Reply via email to