The following examples both use
.csv files as their source for running data-driven tests.
A Simple Data-Driven Test Example An example unit test that reads an external data source and passes values through a simple test, once for each line of data
read.
An Advanced Data-Driven Test Case Example An example unit test that reads an external data source that itself contains references to external data. This enables you
to process those files which would have otherwise failed due to exceeding size limits on the records.