Selenium Java - TestNG Integration
Examine this TestNG test method declaration:
What is the issue with this declaration?
@Test(groups = {"smoke"})
public void testMethod() {}What is the issue with this declaration?
