Home »
MCQs »
TestNG MCQs
Using the ____ method, multiple sets of data are used to execute the test method
21. Using the ____ method, multiple sets of data are used to execute the test method.
- DataFetcher
- DataAddition
- DataProvider
- DataModification
Answer: C) DataProvider
Explanation:
Using the DataProvider method, multiple sets of data are used to execute the test method.