Dec 23
TestNG Tutorials 67 : Difference Between @Ignore & enabled Attribute of @Test Method in TestNG
Hello Folks, In last post, we have learnt about new annotation of TestNG , named @Ignore which is used to ignore @Test annotated methods at different levels i.e. Method, Class and Package. We have another attribute of Test annotation named “enabled” which is also used to serve the same purpose. So what are the differences […]