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 […]
TestNG has very good feature to enable or disable selenium webdriver @Test method. During test execution, If you do not wants to execute […]
Part 15 68 : What Is the usage of testng.xml file? Answer : In selenium WebDriver software testing tool, We are using testng.xml […]
preserve-order Is very Important attribute In TestNG. In Selenium WebDriver test execution, Many times peoples are complaining like my test cases execution not […]
Part 14 63 : What Is TestNG? Answer : TestNG Is Open Source(Freeware) framework which Is Inspired from NUnit and JUnit with […]
We have learnt how to create and store multiple @DataProvider methods In single class file called dataProvider_Repository.java and then we can use those […]
Part 13 58 : Tell me main features of JUnit. Answer : JUnit features are as bellow. JUnit Is unit software testing framework. So It […]
We have already learnt how to create and use testng data providers In selenium webdriver test cases In THIS POST. Also we […]
Part 12 53 : Which Is the latest version of JUnit. Answer : Current latest version of JUnit Is 4.12-beta-2. This can change In future. […]
Sometimes you need to execute multiple test cases at same time to save test execution time. TestNG has very good feature to […]
Part 11 48 : Can you tell me a syntax to close current webdriver Instance and to close all opened webdriver Instances? Answer : Yes, […]
Earlier in previous post, We have learnt how to set test execution priority of WebDriver test cases If you have multiple tests […]
Part 10 46 : Can we perform drag and drop operation In Selenium WebDriver? Tell me a syntax to drag X element and […]
We can set test execution priority for selenium WebDriver @Test annotation methods. If there Is single @Test annotation method In your test class […]