Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

What is the use of @Test(invocationCount=x)?

Category: TestNG

The invocationcount attribute tells how many times TestNG should run a test method.
@Test(invocationCount = 10)
public void testCase1(){

Leave a Reply

Your email address will not be published. Required fields are marked *