Selenium Framework Design in Keyword-Driven Testing
Books | Computers / Software Development & Engineering / General
Pinakin Ashok Chaubal
An easy-to-understand guide that will get you acquainted with the core concepts of Selenium WebDriverKEY FEATURESÊÊ- Learn how to build a Keyword Driven Automation Framework with Selenium using Java- Understand and work with the core concepts of Selenium WebDriver 3.0- Find how to use Build triggers in Jenkins to automate testsÊDESCRIPTIONÊÊThe book starts by introducing the Selenium WebDriver 3 and Selenium Server by covering each aspect of it in detail. You will learn different concepts like instances and how instances relate to browser sessions. You will further explore the new features in Java 8 with the help of easy to follow examples. Moving on, you will create a Singleton class for fetching WebDriver instances and then explore the different kinds of waits in Selenium. You will then delve into the advanced WebDriver interactions using the Actions class and the JavascriptExecutor. You will then understand the various database operations which will help you with using the MySQL database to store our framework. Next, you will go through the TestNG framework, followed by parallel execution. Further, you will use Maven as a build tool and Jenkins as a build automation tool. You will go through the working of Selenium Grid along with Mobile automation. Lastly, you will be taken through Selenium 4 and it's AI integrated features.WHAT WILL YOU LEARNÊ- Learn the process of building a Selenium FrameworkÊ- Understand the Keyword Driven Framework conceptÊ- Work with Document Object Model to access page elements- Integrate Maven and Jenkins with Selenium WebDriver- Use Selenium Grid to run multiple tests acrossÊWHO THIS BOOK IS FORÊÊThis book has been designed for Automation developers who would like to build a Keyword Driven framework that fetches keywords from Database. It is also intended for audiences who are interested in understanding Selenium and designing a frameworkTABLE OF CONTENTS1. First look at Selenium WebDriver and Web ElementsÊ2. Looking at the various WebDrivers3. A brief look at Java 84. Deep dive into Selenium WebDriver5. Actions class and the JavascriptExecutor6. WebDriver Events7. Database Operations8. Introduction to TestNG framework9. Parallel Execution10. Understanding Maven11. Jenkins Introduction and Scheduling12. Selenium grid and executing in the cloud13. Mobile test automation using Appium14. A look at Selenium-4