How To Enable/Disable @Test Method In Selenium WebDriver Using TestNG
TestNG has very good feature to enable or disable selenium webdriver @Test method. During test execution, If you do not wants to execute specific @Test method from test class then you can directly disable It using TestNG property enabled = false. It Is something like excluding @Test method from execution as described In THIS POST. Let us try to Implement … Read more