Data-driven testing: Difference between revisions

Content deleted Content added
m add more details about advantage of Data driven testing
m Updated definition
Line 1:
'''Data-driven testing''' ('''DDT''') is a term[[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.
 
==Introduction==