Data Driven Testing

Wikipedia states the following about Data Driven Testing:

Data-driven testing (DDT), also known as table-driven testing or parameterized testing, is a software testing methodology that is used in the testing of computer software to describe testing done using a table of conditions directly as test inputs and verifiable outputs as well as the process where test environment settings and control are not hard-coded. In the simplest form the tester supplies the inputs from a row in the table and expects the outputs which occur in the same row. The table typically contains values which correspond to boundary or partition input spaces. In the control methodology, test configuration is "read" from a database.

All the tests created with MyITest4U are Data Driven Tests.
MyITest4U is designed modular. There is a clear separation between tests and test data. All the test data is stored separately from the test in the MyITest4U database.
A CSV file is used for easy handling of the test data. This CSV file has always the same structure independent on the test it belongs to. Every test step has an entry in the CSV file. Once again each entry has the same structure. More information about test parameter storage is found in the help.