Selenium Java - TestNG Integration
Identify the error in the following TestNG test method:
@Test(priority=1)
public void testMethod() {
System.out.println("Test running");
}
