Automated Testing Question: Download Automated Testing PDF

Can you explain data-driven testing?

Tweet Share WhatsApp

Answer:

Normally an application has to be tested with multiple sets of data. For instance, a simple login screen, depending on the user type, will give different rights. For example, if the user is an admin he will have full rights, while a user will have limited rights and support if he only has read-only support rights. In this scenario the testing steps are the same but with different user ids and passwords. In data-driven testing, inputs to the system are read from data files such as Excel, CSV (comma separated values), ODBC, etc.

Download Automated Testing PDF Read All 39 Automated Testing Questions
Previous QuestionNext Question
How does load testing work for websites?What is Automation?