Skip to product information
1 of 1

Packt Publishing

Selenium Framework Design in Data-Driven Testing: Build data-driven test frameworks using Selenium WebDriver, AppiumDriver, Java, and TestNG

Selenium Framework Design in Data-Driven Testing: Build data-driven test frameworks using Selenium WebDriver, AppiumDriver, Java, and TestNG

Regular price $44.99 USD
Regular price Sale price $44.99 USD
Sale Sold out
Shipping calculated at checkout.
Quantity

An advanced guide to building data-driven test frameworks using Selenium WebDriver

About This Book
  • A step by step guide in designing your own automation testing framework with Selenium WebDriver Design
  • Perform Data driven automation testing of browser and mobile application in Selenium with TestNG and Java.
  • Learn to design and use third party tools for results processing and reporting in the Selenium Framework.
Who This Book Is For

This book is intended for software quality assurance/testing professionals, software project managers, or software developers with prior experience in using Selenium and Java to test web-based applications.

What You Will Learn
  • Design the Selenium Driver Class for local, remote, and third party grid support
  • Represent Page Object Classes using the Selenium Page Object Model
  • Plan Data-Driven Test Classes using the TestNG framework
  • Encapsulate Data using the JSON Protocol
  • Build a Selenium Grid for RemoteWebDriver Testing
  • Map Utility Classes for use in Synchronization, File I/O, Reporting and Test Listener Classes
  • Sample framework code for practical use
In Detail

Selenium WebDriver is an open source web UI automation tool implemented through a browser-specific browser driver, which sends commands to a browser and retrieves results.This book will provide a step by step guide in designing your own automation testing framework for data driven testing in Selenium WebDriver with TestNG and Java.

The book will start off by setting up the framework for Selenium WebDriver and Appium MobileDriver for the web. We'll further understand mobile testing on different platforms leveraging the selenium driver integration for dual driver testing. We will also set up the Page Object Model (POM) for testing framework using Selenium. This will help us to create non-brittle test code and reduce or eliminate duplicate test code thereby improving the readability and creating interactive documentation. We will also learn to set up TestNG for data driven testing as Selenium Webdriver is more an automated testing framework than a ready-to-use tool. Towards the end, we'll get our hands dirty with Selenium grid architecture which allows us to test on different browsers, versions, and platforms.

Finally, we'll explore a number of third party tools and plugin which can be added to our Selenium Framework.

By the end of the book, you will be able to design your own automation testing framework and perform data driven testing with Selenium.

View full details