TestNG Dataprovider Annotation Example | @DataProvider Annotation Example
@Dataprovider Annotation TestNG:
@DataProvider annotation method supplies the data to @Test annotation method.
Data provider annotation returns a two dimensional array of Objects and the same needs to be supplied to method which has @Test annotation.
For more details, please watch the video tutorial here.
Please subscribe and if you have any comment contact me at techtrainerraj at gmail.com
@DataProvider annotation method supplies the data to @Test annotation method.
Data provider annotation returns a two dimensional array of Objects and the same needs to be supplied to method which has @Test annotation.
For more details, please watch the video tutorial here.
Please subscribe and if you have any comment contact me at techtrainerraj at gmail.com
Comments
Post a Comment