In this Selenium Webdriver Tutorial we will learn how to setup Selenium Webdriver in Eclipse IDE so that we can start writing our automation scripts in Eclipse IDE using Selenium Webdriver. We will also understand how to download and configure chrome browser driver so that you can execute your test on Chrome browser.
Category: Automation Testing
Selenium WebDriver Tutorial #6 – How to run Tests on Different Browsers
In this Selenium Webdriver Tutorial we will learn how to run your Selenium Webdriver tests on different browsers. We will download Firefox and Edge browser drivers and configure the script to run on different browsers.
Selenium WebDriver Tutorial #7 – Maven Introduction and Installation
In this Selenium Webdriver Tutorial we will learn about Maven, maven introduction and installation. Maven is a dependency and build management tool which is very helpful in managing dependencies selenium automation. We will understand the pain points in managing dependencies with selenium automation and how maven can resolve all those issues for you and your team.
Selenium WebDriver Tutorial #8 – How to Manage Dependencies with Maven
In this Selenium Webdriver Tutorial we learn How to Manage Dependencies with Maven in Maven project for Selenium Webdriver Automation. In tutorial 7 we have learned why the dependency management tool is required and how it can help teams in automating dependency management. This tutorial will explain the configuration required in POM.xml file to manage dependencies for Selenium Automation.
Selenium XPath Tutorial #2 – Relative Vs Absolute XPath
In this Selenium XPath tutorial we will learn about relative vs absolute XPath with examples. We will first understand about relative and absolute XPath and then analyse which one to prefer over other.
Finally, you will learn how to create absolute and relative XPath for any webelement in your web application.