Data-driven testing: Difference between revisions

Content deleted Content added
removed self-reference
Line 13:
==Data Driven==
Anything that has a potential to change (also called "Variability" and includes such as environment, end points, test data and locations, etc), is separated out from the test logic (scripts) and moved into an 'external asset'. This can be a configuration or test dataset. The logic executed in the script is dictated by the data values.
 
For an example of data driven framework,please refer to http://muralikrishnapb-testautomation.blogspot.com/2010/08/data-driven-framework.html