DataSources¶
The list of data sources that contain enumerables of data to be used for the rest of the test.
Data sources are based on the hook IGenerator and each data source needs to reference a generator with the configurations required for its data generation.
Usage¶
Data sources can be used in the following places:
- In Sessions in order to send data to the tested system.
- In other DataSources in order to chain generations of data and enrich them.
- In Assertions in order to provide prebuilt data needed for the assertion's calculations.
In every place that data sources can be used, the way to reference a specific data source is by its Name.