Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript a...

Posted By: sammoh
UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript a...

UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript and Node.js

English | 2021 | ISBN: 9781800206786 | 316 pages | True ( PDF , EPUB , MOBI , CODE ) | 114.14 MB

Write fail-safe automation tests, device emulation, and browser automation using Puppeteer's API powered by Google


Key Features

Get up and running with Puppeteer and discover best practices for automation testing
Automate your modern web applications using Jest and Mocha with Puppeteer
Generate screenshots using Puppeteer and learn how they can be used for regression tests

Book Description

Puppeteer is an open source web automation library created by Google to perform tasks such as end-to-end testing, performance monitoring, and task automation with ease. This book will take you on a pragmatic journey using real-world use cases to help you to learn Puppeteer and implement best practices to take your automation code to the next level!

This book starts with an introduction to headless browsers and takes you through the foundations of browser automation, showing you how far you can get using Puppeteer to automate Google Chrome and Mozilla Firefox. You'll then learn the basics of end-to-end testing and understand how to create reliable tests. You'll also get to grips with finding elements using CSS selectors and XPath expressions. As you make progress through the chapters, the focus shifts to more advanced browser automation topics such as executing JavaScript code inside the browser. You'll learn various use cases of Puppeteer, such as mobile devices or network speed testing, gauging your site's performance, and using Puppeteer as a web scraping tool.

By the end of this UI testing book, you'll have learned how to make the most of Puppeteer's API and be able to apply it in your real-world projects.
What you will learn

Understand browser automation fundamentals
Explore end-to-end testing with Puppeteer and its best practices
Apply CSS Selectors and XPath expressions to web automation
Discover how you can leverage the power of web automation as a developer
Emulate different use cases of Puppeteer such as network speed tests and geolocation
Get to grips with techniques and best practices for web scraping and web content generation

Who This Book Is For

The book is for testing professionals, QA engineers, and test automation enthusiasts who want to perform end-to-end testing using Google's developer tools. Web developers who want to learn how to use Puppeteer for generating content, scraping websites, and evaluating website performance will find this book useful. Although knowledge of Node.js isn't necessary, basic JavaScript knowledge will assist with understanding the concepts covered.
Table of Contents

Getting started with Puppeteer
Automated Testing and Test runners
Navigating through a website
Interacting with a page
Waiting for elements and network calls
Executing and Injecting JavaScript
Generating content with Puppeteer
Environments emulation
Scraping tools
Evaluating and improving the performance of a website