TestNG Groups

TestNG groups option

TestNG Groups is one of the most popular features supported by TestNG which is not available in the JUnit framework. TestNG framework allows us to perform groupings of test methods. Using TestNG, we can declare a set of test methods…

Read MoreTestNG Groups

TestNG Annotations

What is Annotation? Annotation is a feature in Java that is used to add metadata to Java source. It was introduced in Java 1.5 version. It can be applied to classes, methods, variables, and parameters. Examples of certain predefined annotations…

Read MoreTestNG Annotations