Category:
TestNG
The invocationcount attribute tells how many times TestNG should run a test method.
@Test(invocationCount = 10)
public void testCase1(){
Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions
The invocationcount attribute tells how many times TestNG should run a test method.
@Test(invocationCount = 10)
public void testCase1(){