Jump to content

Data-driven testing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Phanisrikar (talk | contribs) at 05:18, 11 March 2007 (Created page with ''''The Data-Driven Testing Framework''' Data-driven testing is a framework where test input and output values are read from data files (datapools, ODBC sources, cv...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The Data-Driven Testing Framework

Data-driven testing is a framework where test input and output values are read from data files (datapools, ODBC sources, cvs files, Excel files, DAO objects, ADO objects, and such) and are loaded into variables in captured or manually coded scripts. In this framework, variables are used for both input values and output verification values. Navigation through the program, reading of the data files, and logging of test status and information are all coded in the test script. This is similar to table-driven testing in that the test case is contained in the data file and not in the script; the script is just a "driver," or delivery mechanism, for the data. Unlike in table-driven testing, though, the navigation data isn't contained in the table structure. In data-driven testing, only test data is contained in the data files.