InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by data-driven testing? |
|
Answer» Data-driven testing is an automation testing framework that involves testing data stored in a spreadsheet or a table and using that stored data as input values to the test scripts. This is done to avoid WRITING INDIVIDUAL test cases of the same functionalities with different inputs. The inputs to the test scripts can be stored in XML, CSV, XLS and other data formats. There are 4 main types of data-driven testing BASED on the source of test data inputs:
|
|