SOAPUI – Generating a Random Value

By placing the following property expansion in your SOAP request in SOAPUI, a random number between 0 and 50,000 will be inserted in it’s place.

${=(int)(Math.random()*50000)}

Leave a Reply