Answers for "how to execute the same test case for multiple time using testng?"

0

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
Posted by: Guest on April-16-2021

Code answers related to "how to execute the same test case for multiple time using testng?"

Browse Popular Code Answers by Language