nemowbray
4 years agoNew Contributor
3.8.1 Unable to generate data in data source
After installing ReadyAPI i am unable to add a new property for data generator. When I add a new property test_id and select data source: Data Generator with property type being Guid. When I click ...
- 4 years ago
You may report the issue with Smartbear customer support.
Mean while you can try below if you want UUID.
In the Data Source drop down box, select Groovy
And add below line.
# assuming that test_id is property you have added on left side result['test_id'] = UUID.randomUUID().toString()
Please if this resolves the issue for now and let you proceed.