
Learn Selenium: Build data-driven test frameworks for mobile and web applications with Selenium Web Driver 3
Category
Author
Publication
Packt Publishing
Selenium WebDriver 3.x is an open source API for testing both browser and mobile applications. With the help of this book, you can build a solid foundation and can easily perform end-to-end testing on web and mobile browsers.You'll begin by being introduced to the Selenium Page Object Model for software development. You'll architect your own framework with a scalable driver class, Java utility classes, and support for third-party tools and plugins. You'll design and build a Selenium grid from scratch to enable the framework to scale and support different browsers, mobile devices, and platforms.You'll strategize and handle a rich web UI using the advanced WebDriver API and learn techniques to handle real-time challenges in WebDriver. You'll perform different types of testing, such as cross-browser testing, load testing, and mobile testing. Finally, you will also be introduced to data-driven testing, using TestNG to create your own automation framework.By the end of this Learning Path, you'll be able to design your own automation testing framework and perform data-driven testing with Selenium WebDriver.
This Learning Path includes content from the following Packt products:
- Selenium WebDriver 3 Practical Guide - Second Edition by Unmesh Gundecha
- Selenium Framework Design in Data-Driven Testing by Carl Cocchiaro
- Use different mobile and desktop browser platforms with Selenium 3
- Use the Actions API for performing various keyboard and mouse actions
- Design the Selenium Driver Class for local, remote, and third-party grid support
- Build page object classes with the Selenium Page Object Model
- Develop data-driven test classes using the TestNG framework
- Encapsulate data using the JSON protocol
- Build a Selenium Grid for RemoteWebDriver testing
- Build and use utility classes in synchronization, file I/O, reporting and test listener classes
This Learning Path is ideal for software quality assurance/testing professionals, software project managers, or software developers interested in using Selenium for testing their applications. Professionals responsible for designing and building enterprise-based testing frameworks will also find this Learning Path useful. Prior programming experience in Java are TestNG is necessary.
- Introducing Web Driver and Web Elements
- Using Java 8 Features with Selenium
- Exploring the Features of WebDriver
- Exploring Advanced Interactions of WebDriver
- Understanding WebDriver Events
- Exploring RemoteWebDriver
- Setting up Selenium Grid
- Data-Driven Testing with TestNG
- Building a Scalable Selenium Test Driver Class for Web and Mobile Applications
- Selenium Framework Utility Classes
- Best Practices for Building Selenium Page Object Classes
- Defining WebDriver and AppiumDriver Page Object Elements
- Building a JSON Data Provider
- Developing Data-Driven Test Classes
- Encapsulating Data in Data-Driven Testing
- Designing a Selenium Grid
- Third-Party Tools and Plugins
- Working Selenium WebDriver Framework Samples