Forum Discussion

nemowbray's avatar
nemowbray
New Contributor
3 years ago
Solved

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 ...
  • nmrao's avatar
    3 years ago

    nemowbray 

    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.