How to repeat same test case again and again in testNG?
@Test(invocationCount = 100)
**invocationCount is the number of repetation you want to give for your test**
Posted on May 2, 2019
By Sridatta Pani
@Test(invocationCount = 100)
**invocationCount is the number of repetation you want to give for your test**