• Complain

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

Here you can read online Dario Kondratiuk - UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript and Node.js full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Dario Kondratiuk UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript and Node.js
  • Book:
    UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript and Node.js
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2021
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

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

We offer to read an annotation, description, summary or preface (depends on what the author of the book "UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript and Node.js" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Write fail-safe automation tests, device emulation, and browser automation using Puppeteers Google-powered API

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 find out how they can be used for UI 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. Using real-world use cases, this book will take you on a pragmatic journey, helping you to learn Puppeteer and implement best practices to take your automation code to the next level!

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

By the end of this UI testing book, youll have learned how to make the most of Puppeteers 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 QA engineers, testing professionals, and frontend web developers alike who want to perform end-to-end testing using Googles developer tools. Web developers who want to learn how to use Puppeteer for generating content, scraping websites, and evaluating website performance will also find this book useful. Although knowledge of Node.js isnt necessary, basic JavaScript knowledge will assist with understanding the concepts covered.

Table of Contents
  1. Getting started with Puppeteer
  2. Automated Testing and Test runners
  3. Navigating through a website
  4. Interacting with a page
  5. Waiting for elements and network calls
  6. Executing and Injecting JavaScript
  7. Generating Content with Puppeteer
  8. Environments emulation
  9. Scraping tools
  10. Evaluating and Improving the Performance of a Website

Dario Kondratiuk: author's other books


Who wrote UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript and Node.js? Find out the surname, the name of the author of the book and a list of all author's works by series.

UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript and Node.js — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript and Node.js" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
UI Testing with Puppeteer Implement end-to-end testing and browser automation - photo 1
UI Testing with Puppeteer

Implement end-to-end testing and browser automation using JavaScript and Node.js

Dario Kondratiuk

BIRMINGHAMMUMBAI UI Testing with Puppeteer Copyright 2021 Packt Publishing All - photo 2

BIRMINGHAMMUMBAI

UI Testing with Puppeteer

Copyright 2021 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing or its dealers and distributors, will be held liable for any damages caused or alleged to have been caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

Associate Group Product Manager: Pavan Ramchandani

Publishing Product Manager: Kaustubh Manglurkar

Senior Editor: Sofi Rogers

Content Development Editor: Aamir Ahmed

Technical Editor: Shubham Sharma

Copy Editor: Safis Editing

Project Coordinator: Manthan Patel

Proofreader: Safis Editing

Indexer: Tejal Daruwale Soni

Production Designer: Shankar Kalbhor

First published: March 2021

Production reference: 1100321

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham

B3 2PB, UK.

ISBN 978-1-80020-678-6

www.packt.com

To God, who makes all things possible.

To my wife, Abigail, for all her unconditional support all these years. I am who I am thanks to you.

To my dad, Carlos. You always knew that I was going to write a book.

-Dario Kondratiuk

Contributors
About the author

Dario Kondratiuk has been a web developer since 2001. He won the Microsoft MVP (Most Valuable Professional) award in 2020 for his contributions to the developer community. Dario has been working with Puppeteer since the beta versions, back in 2017. He is the author of Puppeteer-Sharp, a Puppeteer port to .NET, and Playwright-Sharp, a Playwright port to .NET. He writes about web automation on his blog, https://www.hardkoded.com, and he's active on Stack Overflow.

I want to thank my family, Abigail, Carlos, Graciela, Yanel, Eduardo, and Nacho, for all their support during this project. I would also like to thank Mauro, Ezequiel, Facundo, Lucas, Javier, Fede, and Fercho, for helping me be a better professional. Lastly, I would like to thank Pablo, Roge, Fran, Faa, Marcos, Martin, Jere, and Christian for helping me be a better person.

About the reviewers

David Rubio Vidal is a senior software test engineer, AWS solutions architect, and professional Scrum Master with international and multi-disciplinary experience in software engineering. He has worked in the subsea/oil and gas, aerospace, and multimedia industries as well as in the public sector. Regarding software testing, he has proven experience at all levels and disciplines: from UI to API, accessibility, layout, mobile, and more. David is also capable of deploying and managing infrastructure in the cloud, with cutting-edge technologies and methodologies. Finally, as well as working as a software engineer, he has developed his career as a Scrum Master to ensure Agile methodologies are applied properly in the teams he has worked with.

Jim Munro has two decades of professional experience as a test automation engineer. He is passionate about the quality and usability of software and generally enjoys breaking things.

He has spent most of his career writing code in Python and JavaScript and testing with tools such as Puppeteer, Cypress, and Selenium. He lives near Boulder, Colorado with his wife, his daughter, Stella, and their dog, Kipper. He can be reached via email at jim@jimmunro.net or on Twitter as @jimfmunro.

I would like to thank Manthan Patel, Nitin Nainani, and the team at Packt Publishing. For my parents, Bill and Patricia, who have kindly never asked me to be their tech support.

Table of Contents
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

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

Look at similar books to UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript and Node.js. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


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

Discussion, reviews of the book UI Testing with Puppeteer: Implement end-to-end testing and browser automation using JavaScript and Node.js and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.