Executing Selenium WebDriver Test Classes Parallel Using TestNG
Sometimes you need to execute multiple test cases at same time to save test execution time. TestNG has very good feature to […]
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 […]