@DataProvider Annotation TestNG Example
@DataProvider Annotation TestNG Example In earlier post we have seen a basic example of TestNG DataProvider. ( http://www.testingdocs.com/testng-dataprovider-example/ ) In the above example both the DataProvider and @Test method reside in the same test class. Now we will see how to use data provider specified in another test class. We can specify the data provider class […]