What is the use of the @DataProvider annotation in TestNG?
What is the use of the @DataProvider annotation in TestNG? A) To provide data to a test method B) To provide setup information for a test suite C) To clean up resources after a test D) To specify the order of test execution Answer: A) To provide data to a test method Explanation: The @DataProvider […]
What is the use of the @DataProvider annotation in TestNG? Read More »