Forum Discussion
SmartBear_Suppo
Alumni
11 years agoHi,
There is a bug we are aware of (SOAP-905), beyond the range of 70000. Until a fix, I can suggest you use a DataGen property of type Script to generate random unique numbers:
Regards,
Giscard
SmartBear Support
There is a bug we are aware of (SOAP-905), beyond the range of 70000. Until a fix, I can suggest you use a DataGen property of type Script to generate random unique numbers:
java.util.UUID.randomUUID()
Regards,
Giscard
SmartBear Support