You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd call it fromFile('path') or file('path')domain is a bit strange name IMHO.
Or even better, call it textFile, maybe have also csvFile('path', columnSeparator, recordSeparator) and also excelFile('path')
Implement a data value loader that can be used to define value generator domain values in an external source - a file.
For example:
defines a random value generator where the domain values are loaded from a external file.
The text was updated successfully, but these errors were encountered: