Data-driven testing: Difference between revisions

Content deleted Content added
portal
Line 10:
 
This is similar to [[Keyword-driven testing]] in that the test case is contained in the data values and not in the test script; the script is just a "driver" or delivery mechanism for the data. Unlike in keyword-driven testing, though, the navigation data isn't contained in the test script. In data-driven testing, only test data is contained in the data source.
 
{{todo}}
 
==See also==