Google News
logo
Software Testing - Interview Questions
Is it possible to skip a method in TestNG?
If the enabled parameter in test annotation is selected as false, we can skip a method in TestNG.
 
Code :

@Test(enabled = false)
Advertisement