-
How to use assertEquals() in WebDriver using driver.getText()
When we start making some web application, We start with some UI and Every UI has menu, Check box, Button,…
-
How To Launch Chrome Browser In Selenium WebDriver?
Hello everyone, In this post, we are going to learn how to launch chrome browser in selenium webDriver. As per…
-
How to execute Selenium WebDriver test cases parallel in multiple Browser using TestNG ?
Pre-Requisite: Read these article before proceeding with this post: Configuring Selenium Webdriver in Eclipse with TestNG plugin installation. I suppose…
-
How To Perform Data Driven Testing in Selenium WebDriver?
Data Driven Testing In Selenium WebDriver, is one piece of task which we find little bit tedious but In this…
-
How to use Contains() and starts-with() function in Xpath
Contains() and starts-with() function in XPath is used when we are familiar with the pattern of dynamically changing attribute’s value…
-
Downloading and Configuring Selenium Webdriver in Eclipse with TestNG plugin installation
Downloading and Configuring Selenium WebDriver in Eclipse Steps: To Download Selenium WebDriver jar file Go to https://www.selenium.dev/downloads/ Now Click on…
-
Using Firebug in Selenium WebDriver to find Xpath and CSS Selector
Finding xpath using Firebug in Selenium WebDriver is so easy, So the People who have been dirtying their hand in…
-
How To Write XPath In Selenium WebDriver With Example?
Most difficult thing in Selenium is finding correct Locators, Here we are going to see how to find xpath in Selenium but…