Selenium Java - TestNG Integration
Examine the following TestNG code snippet:
What is the issue with this code?
@Test(dependsOnMethods = {testA})
public void testB() {}What is the issue with this code?
