--%>

Describe data-driven testing

Describe data-driven testing?

E

Expert

Verified

In general an application is tested with numerous sets of data. For example, depending on the type of user a simple login screen, will give special rights. For example, if the user is an admin he will have complete rights, while other user will have partial rights and support if he only has read-only support rights. In this situation the user ids and passwords will be different but the testing steps will be same. In this testing, inputs to the system can read from data files such as Comma Separated Values (CSV), ODBC and Excel etc. After reading the values from these sources test steps are performed by automated testing.

   Related Questions in Software Engineering