Create a property using a Groovy Script test step with the following line :
def property = java.util.UUID.randomUUID()
or let SOAPUI parse it in-line :
${=java.util.UUID.randomUUID()}
The Dorky and Skewed World of Me
Create a property using a Groovy Script test step with the following line :
def property = java.util.UUID.randomUUID()
or let SOAPUI parse it in-line :
${=java.util.UUID.randomUUID()}