Content deleted Content added
BOT--Reverting link addition(s) by 193.9.13.136 to revision 376976816 (http://muralikrishnapb-testautomation.blogspot.com/2010/08/data-driven-framework.html) |
|||
Line 6:
==Methodology Overview==
* '''Data-driven testing''' is the creation of interacting test scripts together with their related data results in a framework used for the methodology. In this framework, variables are used for both input values and output verification values: navigation through the [[System Under Test|program]], reading of the data sources, and logging of test status and information are all coded in the test script. 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
* '''[[Keyword-driven testing]]''' is similar except that the test case is contained in the set of data values and not embedded or "hard-coded" in the test script itself. The script is simply a "driver" (or delivery mechanism) for the data that is held in the data source
|