What Is Data-Driven Testing?

by Nataliia Vasylyna | November 14, 2011 10:00 am

Generally an application has to be tested with manifold complement of data.

For example, a simple login screen, which depends on the user kind, will give dissimilar rights for different users.

What Is Data-Driven Testing?[1]

So if you are an admin you will have complete rights.

If you are an ordinary user you will have limited rights and support if you have just read-only support rights.

In this case the software testing[2] steps are identical. The only difference is the dissimilar user passwords and ids.

During data-driven testing inputs to the system are read from data files such as Excel, ODBC, comma separated values and so on.

So the values are read from such sources and after this software testing steps are performed by automated testing[3].

Learn more from QATestLab

Related Posts:

Endnotes:
  1. [Image]: https://qatestlab.com/
  2. software testing: https://qatestlab.com/company/why-software-testing/
  3. automated testing: https://qatestlab.com/services/our-qa-services/automated-testing/

Source URL: https://blog.qatestlab.com/2011/11/14/what-is-data-driven-testing/