Grouping of Tests

In this topic, we will see how to group tests.

What is the grouping of tests? #

TestNG allows to group related tests using tags. We can also have groups depending on other groups. TestNG allows having configuration methods that can run before starting or ending of tests belonging to a group. We can invoke tests belonging to a certain group or ...