how to execute the same test case for multiple time using testng? code example
Example: how to execute the same test case for multiple time using testng?
By using @Factory and @DataProvider annotation of TestNG you can execute same test-case multiple times with different data