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 XPath Tutorial #1 -Introduction to XPath | Basic XPath Syntax

In this Selenium XPath tutorial we will cover introduction to XPath and how it is helpful in finding the desired elements from XML or documents having similar structure like XML.

We will also understand the basic XPath syntax and how to write your first selenium XPath to indentify the webelement on any webpage.

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.