-
Book Overview & Buying
-
Table Of Contents
Selenium WebDriver Advanced - Complete Framework
By :
Selenium WebDriver Advanced - Complete Framework
By:
Overview of this book
We start from scratch to build a complete Selenium WebDriver automation framework. This is a single course that you need to learn to build an industry-standard Selenium WebDriver framework.
You will be introduced to some never seen framework concepts which are unique to this course and are difficult to find anywhere else.
We will start by creating a project and then you will learn test scenarios and understand Page Objects in depth. You will also learn to create base classes and custom utility classes. We will understand how to create a data-driven testing framework. We will generate logs for debugging and learn the necessary components for an automation framework.
You will learn how to write independent test methods using Selenium WebDriver automation and learn how to set the driver path using WebDriver Factory in the Selenium WebDriver framework. You will understand how different components can be automated, which will give you an idea of the industry-level framework and give you confidence.
By the end of this course, you will take away a ready-to-use industry-standard Selenium WebDriver framework.
Table of Contents (22 chapters)
Framework Introduction
Environment and Project Setup
Reasons Why Framework Is Needed
Page Object Concepts and First Test Class
Implementing First Page Class
Returning Page Objects
How to Add Multiple Test Methods
Adding Multiple Test Classes to Framework
Introduction to Base Classes
Introduction to Util Concept
Custom Driver Concept
WebDriver Factory Pattern
Checkpoint Concept
Constants Class Concepts
Data-Driven Testing
Adding Logging to Framework
Advanced Reporting Integration to Framework
Git and GitHub – Version Control System
Continuous Integration with Jenkins
Selenium WebDriver Interview Questions
Conclusion