Selenium WebDriver Tutorial #1 – Introduction to Selenium

In this Selenium Webdriver Tutorial we will understand what is Selenium and Selenium Webdriver.

We will have a brief introduction to Selenium and understand the difference between Selenium and Selenium Webdriver. The key points to remember about Selenium Are: * Selenium is Open Source Test Automation tool * Key components of Selenium are (Selenium Webdriver, Selenium IDE, Selenium GRID) * Selenium is exclusively used for testing web applications on multiple browsers like Firefox, Chrome, IE, Edge, Safari, Opera * Selenium supports multiple operating systems (Platforms) like Windows, MacOS, Linux * Selenium supports multiple programming languages like Java, Python, C#, Javascript, Ruby

Selenium WebDriver Tutorial #2 – Selenium WebDriver Architecture

In this Selenium Webdriver Tutorial we will understand how Selenium Webdriver Architecture and how does Selenium Webdriver works internally in any web automation. We will learn about the core functionality and architecture of Selenium Webdriver in very simple way which will be very easy to understand and prepare your for any Selenium Webdriver interview questions.

Selenium WebDriver Tutorial #3 – How to install Java on Windows OS

In this Selenium Webdriver Tutorial we will understand how to install Java JDK on windows machine. JAVA is a prerequisite for the environment setup before you can start with Selenium Webdriver UI automation.

Selenium WebDriver Tutorial #4 – How to install Eclipse IDE on Windows

In this Selenium Webdriver Tutorial we will learn how to install Eclipse IDE on windows machine so we can start writing our automation scripts in Eclipse IDE.

Selenium WebDriver Tutorial #5 – How to Setup Selenium WebDriver in Eclipse IDE

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.