TestNG @DataProvider annotation
Refers to @DataProvider
, a TestNG annotation that allows combinations of parameters (test data) to be automatically injected into your test methods. It's encountered often with Selenium.
Related tags :
Reference links :