Forum Discussion
nmrao
7 years agoCommunity Hero
Actually, groovy script step is not even required for the use case. That can be achieve with in the request itself as shown below:
Assuming that you are using the uuid valud in REST Request test step:
{
"id" : "${= java.util.UUID.randomUUID()}"
}
For more details, refer documentation
https://www.soapui.org/scripting-properties/property-expansion.html