Styrow.dev
Question 9 of 14
TestNG Topic: General medium

How do you skip a test in TestNG?

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.