Information Technology Reference
In-Depth Information
...
Data-Driven Automated Testing
When you run your test case, you repeat the test case with checks for boundary
values, acceptable values, and unacceptable values to ensure that the software appli-
cation under test is working fine for all kinds of user inputs. In data-driven automa-
tion testing, you iterate the test case by supplying different values to the same test
case. The test data can be taken from a database or a data table, captured from a
GUI, input manually in input boxes in the application, and so on.
Search WWH ::




Custom Search