paulie
12 years agoOccasional Contributor
Generate random string
Hi,
Is there a way to generate a random string in a request parameter without storing it as a property first or using a groovy script to generate it. For example generate a string 5 chars long. I'm looking for something similar to using ${=1000*Math.random()} to generate a random number.
Thanks.
Is there a way to generate a random string in a request parameter without storing it as a property first or using a groovy script to generate it. For example generate a string 5 chars long. I'm looking for something similar to using ${=1000*Math.random()} to generate a random number.
Thanks.