TestNG Test Groups
TestNG Test Groups In this post, we will go through TestNG test Groups. In the TestNG framework, we can group multiple test methods into one group. We can execute the test methods that belong to the group. For example, we can have the following groups and segregate the @Test methods like: P1. Regression. UI Tests/Database […]