Selenium Java - TestNG Integration
What will happen if a test method annotated with
@Test(dependsOnMethods = {"testLogin"}) is executed but testLogin fails?@Test(dependsOnMethods = {"testLogin"}) is executed but testLogin fails?testLogin failed, the dependent test will be skipped, not run or cause errors.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions