-
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…
-
Installation of Selenium IDE in Firefox
Downloading and Installation of Selenium IDE What is Selenium IDE Selenium IDE is an add-on in Firefox (This can’t be…
-
Selenium Introduction & Why It Is So Cherished Automation Tool
Selenium as Automation Tool Since More and more cloud based and browser based web applications are being developed and we…