Answer:
The Data Driven test design framework follows a design paradigm where test logic is fixed but varies the test data. The data itself can be in different repositories like a simple .csv file, .json file or .xls sheet, or database and can add the tests merely updating those external files or DB (instead of placing in test code itself).
Previous Question | Next Question |
Tell me the fundamental difference between XPath and CSS selector? | Do you know the difference between close and quit command? |