Dec 22
TestNG Tutorials 66 : Ignoring Tests in TestNG Using New Annotation @Ignore
Hello Folks, TestNG provides an attribute called “enabled” which can be used to ignore a test in a running suite. If we use this attribute at class level with @Test annotation, it will ignore all tests of that class. Now TestNG is providing a new annotation called “@Ignore”, which can be used to ignore : […]