Selenium Java - TestNG Integration
What is the main purpose of the
@BeforeMethod annotation in TestNG?@BeforeMethod annotation in TestNG?@BeforeMethod@Test marks test methods, @AfterMethod runs after each test, and skipping tests uses other annotations.@BeforeMethod = setup before each test [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions