When you create a test program of type 'Program Test (Data Driven)', a number of configurations similar to that of a program
test are made in order to call the source program. Additionally, these data-driven specific configurations are made:
- The
.csv file specified in the wizard is added to the project:
- External data items are added that correspond to the column headings within the specified
.csv file.
- A metadata setup entry point is coded that sets the required test metadata regarding the data file used, and the delimiter
used within the file.