null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Contract Testing in Action (With Pact, PactFlow, and GitHub Actions)

List Price: $59.99
SKU:
9781633437241
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Marie Cruz, Lewis Prescott
    Format:
    Paperback
    Pages:
    304
    Publisher:
    Manning (December 31, 2024)
    Language:
    English
    Audience:
    Primary and secondary/elementary and high school
    ISBN-13:
    9781633437241
    ISBN-10:
    1633437248
    Weight:
    18.4oz
    Dimensions:
    7.375" x 9.25" x 0.8"
    File:
    Eloquence-SimonSchuster_04022026_P9912986_onix30_Complete-20260402.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    Pub Discount:
    37
    Series:
    In Action
    As low as:
    $46.19
    Publisher Identifier:
    P-SS
    Discount Code:
    A
    Case Pack:
    22
    Imprint:
    Manning
  • Overview

    Contract testing is a simple, reliable way to make sure that each service and API plays nice with other components so you can deploy independently and safely.

    Large, loosely coupled systems have hundreds, even thousands, of interactions—and traditional testing can often struggle to keep up! Enter contract testing. This rapidly growing new approach checks API and service compatibility by verifying it against an agreed contract. No more unexpected integration issues, and no more breaking things in production!

    In Contract Testing in Action you’ll learn:

    • The core concepts and practices of contract testing
    • Testing microservices with Pact
    • Consumer-driven and bi-directional testing
    • Building a contract testing framework
    • Converting API integration tests to contract tests

    Contract Testing in Action introduces the practice of contract testing through engaging hands-on examples. You’ll learn how to introduce contract tests for multiple different types of communication, from REST APIs to event-driven architecture. By the end of this practical guide, you’ll be comfortable with advanced contract testing concepts like can-i-deploy, provider states, and webhooks. You’ll even get tips on how to introduce contract testing to your team and other business stakeholders.

    Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications.

    About the technology

    It’s difficult to test API and event-based services that can be used by many applications simultaneously through a complex network of integrations. Contract testing offers a straightforward solution. API and service compatibility are verified against agreed-upon contracts that each component in the system—and the developers that build them—can understand and respect. This transformative technique helps uncover integration issues early and adds vital transparency to any system.

    About the book

    Contract Testing in Action makes it easy for your team to adopt contract testing for microservices and other API-centric systems. You’ll start by learning how contract testing fits into the software development lifecycle, and then you’ll explore practical methods to integrate it with your own tech stack and practices. You’ll use leading contract testing tools—including Pact, PactFlow, and GitHub Actions—to build your own contract testing framework, set up consumer-driven contract testing for REST and GraphQL APIs, and integrate it into your CI/CD pipeline.

    What's inside

    • Testing microservices with Pact
    • Consumer-driven and bi-directional contract testing
    • Building a contract testing framework
    • Converting API integration tests to contract tests

    About the reader

    For software developers and quality engineers who have worked with Java or JavaScript, and APIs.

    About the author

    Marie Cruz is a Software Tester with over ten years of experience and also a Developer Advocate at Grafana Labs. Lewis Prescott is a Test Specialist at IBM with over nine years experience in software testing.

    Table of Contents

    Part 1
    1 Introduction to contract testing
    2 How contract testing fits into wider testing concepts
    3 A technical overview of contract testing
    Part 2
    4 Implementing consumer-driven contract testing for web applications
    5 Implementing consumer-driven contract testing for mobile clients
    6 Implementing consumer-driven provider contract tests
    7 Contract testing for GraphQL
    8 Contract testing for event-driven architecture
    9 Storing, hosting, and securing the contracts
    10 Setting up contract testing in a CI/CD pipeline
    Part 3
    11 Implementing provider-driven contract testing
    12 Moving integration tests to contract tests
    Appendix A Tool comparisons
    Appendix B Setting up project requirements for consumer contract testing (web applications)
    Appendix C Answers to chapter exercises