Question
How do you skip a test in TestNG?
Answer
@Test(enabled=false) annotation is used to skip a test case if it is not ready to test.
How do you skip a test in TestNG?
@Test(enabled=false) annotation is used to skip a test case if it is not ready to test.