Data-driven testing: Difference between revisions

Content deleted Content added
Introduction: removed double period at the end of paragraph.
Line 2:
 
==Introduction==
In the testing of [[Computer software|software]] or [[Computer program|programs]], several methodologies are available for implementing this testing. Each of these methods co-exist because they differ in the effort required to create and subsequently maintain. The advantage of Data-driven testing is the ease to add additional inputs to the table when new partitions are discovered or added to the product or [[System Under Test]]. The cost aspect makes DDT cheap for automation but expensive for manual testing..
 
==Methodology Overview==