Forum Discussion
nmrao
6 years agoChampion Level 3
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
Related Content
- 4 years ago
Recent Discussions
- 5 days ago
- 10 days ago