Data-driven testing: Difference between revisions

Content deleted Content added
m remove context tag
m Data Driven: Typo fixing, typos fixed: etc) → etc.) using AWB
Line 11:
 
==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.