In this TestNG tutorial we will learn about DataProvider in TestNG and how to user TestNG dataprovider to perform data driven testing in Selenium WebDriver.
TestNG library provides @DataProvider annotation which is used to mark a method as supplying data for a test method. Watch the full series to learn complete TestNG test framework.