Data-driven testing: Difference between revisions

Content deleted Content added
m Fixing style/layout errors
No edit summary
Line 1:
'''Data-driven testing''' ('''DDT''') is a term 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==
Line 31:
 
==References==
{{reflistReflist}}
 
{{refbegin}}
* Carl Nagle: ''Test Automation Frameworks''[http://safsdev.sourceforge.net/FRAMESDataDrivenTestAutomationFrameworks.htm], Software Automation Framework Support on SourceForge [http://safsdev.sourceforge.net/Default.htm]