Modern Web Testing with TestCafe: Get to grips with end-to-end web testing with TestCafe and JavaScript

Shpakovskyi, Dmytro

  • 出版商: Packt Publishing
  • 出版日期: 2020-09-30
  • 售價: $1,340
  • 貴賓價: 9.5$1,273
  • 語言: 英文
  • 頁數: 168
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1800200951
  • ISBN-13: 9781800200951
  • 相關分類: JavaScript
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • Build a proof-of-concept project to demonstrate your familiarity with TestCafe
  • Discover useful tips and best practices for building production-ready and fault-tolerant tests
  • Write clean and maintainable tests by refactoring your codebase using PageObject pattern

Book Description

TestCafe is an open source end-to-end testing framework that combines unmatched ease of use with advanced automation and robust built-in stability mechanisms. This book is a comprehensive, project-based introduction to TestCafe that will show you how to use the TestCafe framework and enable you to write fast and reliable tests; plus you'll have a proof of concept ready to demonstrate the practical potential of TestCafe.

You'll begin by learning how to write end-to-end web tests using the TestCafe syntax and features of the TestCafe framework. You'll then go from setting up the environment all the way through to writing production-ready tests. You'll also find out how to build a sample set of tests in a step-by-step manner and use TestCafe to log in to the website, verify the elements present on different pages, create/delete entities, and run custom JavaScript code. As you advance, you'll delve into several stages of refactoring that will take you through the showcase setup/teardown and PageObject patterns. While this test suite is relatively simple to build, it showcases some of the most prominent features of TestCafe. Finally, this TestCafe book will show you how the tests can be run on a free and simple-to-use website, without requiring you to build and deploy your own servers or backend services.

By the end of this book, you'll have learned how to write and enhance end-to-end tests with TestCafe to solve real-world problems and deliver results.

What you will learn

  • Understand the basic concepts of TestCafe and how it differs from classic Selenium
  • Find out how to set up a TestCafe test environment
  • Run TestCafe with command-line settings
  • Verify and execute TestCafe code in the browser
  • Automate end-to-end testing with TestCafe using expert techniques
  • Discover best practices in TestCafe development and learn about the future roadmap of TestCafe

Who this book is for

The book is for QA professionals, test engineers, software engineers, and test automation enthusiasts looking for hands-on guidance on learning about TestCafe. This book is also great for full-stack developers who want to learn more about new tools for testing their code. The book assumes a basic understanding of JavaScript, Node.js, HTML, CSS, and some simple Bash commands.

作者簡介

Dmytro has over 10 years of experience in Quality Assurance, Software Testing, and Software as a Service industries. Skilled in end-to-end, load, and API test automation, he is certified by the ISTQB. During his successful career, Dmytro led the quality assurance automation for the platform of 60+ highly scalable web applications and services, built and maintained numerous test automation frameworks, managed distributed teams of QA automation engineers, mentored, and helped to convert manual test engineers to test automation. You can often find Dmytro creating and open-sourcing new test automation frameworks, mentoring other QA engineers or exploring new tools and techniques for automated testing. He shares his experience at stijit.com.

目錄大綱

  1. Why TestCafe?
  2. Exploring TestCafe Under the Hood
  3. Setting Up the Environment
  4. Building a Test Suite with TestCafe
  5. Improving the Tests
  6. Refactoring with PageObjects
  7. Findings from TestCafe