Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domain values for value generators from external source #130

Open
nivancevic opened this issue Jun 5, 2017 · 1 comment
Open

Domain values for value generators from external source #130

nivancevic opened this issue Jun 5, 2017 · 1 comment

Comments

@nivancevic
Copy link
Contributor

Implement a data value loader that can be used to define value generator domain values in an external source - a file.

For example:

value: random(domain('<path to resource>'), normal(0.4, 0.01))

defines a random value generator where the domain values are loaded from a external file.

@vajda
Copy link

vajda commented Jun 6, 2017

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')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants