Selenium Java - TestNG Integration
Consider you have tests assigned to groups 'ui', 'api', and 'integration'. You want to run only tests that belong to both 'ui' and 'integration' groups simultaneously (tests that have both groups assigned). How can you achieve this in TestNG?
