-
Book Overview & Buying
-
Table Of Contents
Selenium WebDriver 4 with Java - Zero To Hero
By :
Selenium WebDriver 4 with Java - Zero To Hero
By:
Overview of this book
Selenium WebDriver is an open-source automation tool that works easily across multiple OS and browsers and supports multiple frameworks. There is no doubt that these qualities have made Selenium WebDriver one of the most powerful tools to test web applications. This course will teach you the essential Selenium WebDriver skills that will help you start your career in automation testing.
This course starts by taking you through the basics of Selenium WebDriver and helping you with the installation process of Java. Next, you will get a solid understanding of Java concepts and the TestNG framework. Moving along, you will learn to work with advanced reporting and use log47 to log messages. Next, you will get to grips with the page object model, page factory, and data-driven framework, and execute tests on a remote machine using Selenium Grid 2.0.
Later, you will learn to use Maven to manage builds and implement continuous integration with Jenkins. Toward the end, you will learn to execute database and performance test cases and run behavior-driven testing using Cucumber and Gherkin.
By the end of this course, you will have all the necessary skills needed to perform automation testing on web applications with Selenium WebDriver using Java.
Table of Contents (51 chapters)
Selenium Introduction
Setup and Installation of Required Tools and Plug-Ins
Java Concepts - Data Types
Classes and Methods – Object-Oriented Concepts
Getters and Setters - Practical Examples
Selenium WebDriver – Setup
Selenium WebDriver - Running Tests on Various Browsers
How To Inspect Elements On Different Browsers
Multiple Ways to Locate Elements
Cascading Style Sheets (CSS) Selectors - Advanced Locators
XPath - Advanced Locators
Selenium WebDriver - Working with WebElements
Working with Profiles and Options
Selenium WebDriver - Useful Methods and Properties
Selenium WebDriver - Wait Types - Handling Synchronization Issues
Selenium WebDriver - Advanced Interactions
Selenium WebDriver - JavaScript Execution
Selenium WebDriver - Switch Window and iFrames
Selenium WebDriver - Working with Actions Class
Selenium WebDriver - Keypress Events
Popular Interview Questions - Selenium WebDriver Exceptions
Automation Framework
Logging Infrastructure - Using Log4j2
TestNG - Annotations and Assertions
TestNG - Advanced Features
TestNG - Parameters and Parallel
TestNG - Parameters and Parallel - Practice Exercise
TestNG - DataProviders
TestNG - ITestResult
TestNG - Listeners
TestNG - Reporter Logs and Hypertext Markup Language (HTML) Reports
Extent Reports - Advanced Reporting
Selenium WebDriver – Data-Driven Testing
Selenium WebDriver - File Upload and Windows Authentication
WebDriver Event Listener
Cross-Browser Testing Using Selenium Grid 2.0
Build Management with Maven
Git and GitHub - Version Control System
Continuous Integration with Jenkins
Selenium WebDriver Interview Questions - Real-Time
Database Testing
Performance Testing
Sauce Labs Integration
Selenium IDE/WebDriver - Basics
Conditional Statements and Loops
Static Keyword
Practice Exercise with Solution + Interview Question
Java Concepts - Object-Oriented Programming Concepts
Handling Exceptions
Java Advanced - Collections Framework