Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Test-Driven Development in Go
Test-Driven Development in Go

Test-Driven Development in Go: A practical guide to writing idiomatic and efficient Go tests through real-world examples

eBook
$31.99
Paperback
$39.99
Subscription
Free Trial
Renews at $12.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Write Go test suites using popular mocking and testing frameworks
  • Leverage TDD to implement testing at all levels of web applications and microservices architecture
  • Master the art of writing tests that cover edge cases and concurrent code

Description

Experienced developers understand the importance of designing a comprehensive testing strategy to ensure efficient shipping and maintaining services in production. This book shows you how to utilize test-driven development (TDD), a widely adopted industry practice, for testing your Go apps at different levels. You’ll also explore challenges faced in testing concurrent code, and learn how to leverage generics and write fuzz tests. The book begins by teaching you how to use TDD to tackle various problems, from simple mathematical functions to web apps. You’ll then learn how to structure and run your unit tests using Go’s standard testing library, and explore two popular testing frameworks, Testify and Ginkgo. You’ll also implement test suites using table-driven testing, a popular Go technique. As you advance, you’ll write and run behavior-driven development (BDD) tests using Ginkgo and Godog. Finally, you’ll explore the tricky aspects of implementing and testing TDD in production, such as refactoring your code and testing microservices architecture with contract testing implemented with Pact. All these techniques will be demonstrated using an example REST API, as well as smaller bespoke code examples. By the end of this book, you’ll have learned how to design and implement a comprehensive testing strategy for your Go applications and microservices architecture.

Who is this book for?

If you are an intermediate-level developer or software testing professional who knows Go fundamentals and is looking to deliver projects with Go, then this book is for you. Knowledge of Go syntax, structs, functions, and interfaces will help you get the most out of this book.

What you will learn

  • Create practical Go unit tests using mocks and assertions with Testify
  • Build table-driven test suites for HTTP web applications
  • Write BDD-style tests using the Ginkgo testing framework
  • Use the Godog testing framework to reliably test web applications
  • Verify microservices architecture using Pact contract testing
  • Develop tests that cover edge cases using property testing and fuzzing

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Apr 28, 2023
Length: 342 pages
Edition : 1st
Language : English
ISBN-13 : 9781803235028
Languages :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Apr 28, 2023
Length: 342 pages
Edition : 1st
Language : English
ISBN-13 : 9781803235028
Languages :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$12.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$129.99 billed annually
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$179.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 6,500+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 129.97
Event-Driven Architecture in Golang
$49.99
Test-Driven Development in Go
$39.99
Effective Concurrency in Go
$39.99
Total $ 129.97 Stars icon
Banner background image

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.9
(16 Ratings)
5 star 87.5%
4 star 12.5%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Rhys Dunne May 12, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
As a newbie with Go I found this book of great benefit.Adelina has covered the fundamentals of coding and design, not just testing.Testing in particular I found I found challenging to understand, as I don’t feel the testing library provides much guidance by itself. I appreciated that the book covered the entire testing pyramid and applies it to web apps. Really looking forward to digging into the code on GitHub too!
Amazon Verified review Amazon
Harry May 08, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I got this book on a recommendation from a friend, suggesting it would be a good entry to the language. Having just finished it, I can confirm it was a great suggestion - the book covers testing principles in depth (applicable to all languages), then holds your hand getting into the nuts and bolts of Go, and Go testing with the Github resources. I found the book easy to follow, though some video resources might have been a nice addition to code along to.Definitely would recommend as a really helpful intro to Go and Go testing.
Amazon Verified review Amazon
Nikita Apr 28, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I wish we had a book like this one in 2000 when I was learning to code.This is the way how programming shall be taught, tests first.Adelina manages to mention both the necessary details of testing and agile development.Then she describes how to build projects, step by step, TDD way.As expected, all code is on GitHub which makes it easier to follow, in case you skim through pages.I am yet to check chapters on testing apps with databases and performance testing, but what I have seen so far is of very high quality.The only thing I didn’t like is that the book is not linked to some youtube playlist, which could have shown how to actually code those apps from scratch, TDD way.Probably that’s a little too much to ask for from a book :)I believe this book can be turned into a university course on GoLang, a really good one.
Amazon Verified review Amazon
T Moore May 01, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I’ve been a Java engineer for a few years and have relatively recently transitioned to Go. I found this book to be an excellent resource in learning how to write src and test code “the Go way”. The testing techniques discussed were explained using practical examples that are relevant to production systems. Although not the focus of the book, some discussion of testing as part of the CI/CD pipeline would have been insightful.
Amazon Verified review Amazon
Amazon Customer May 17, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Test-Driven Development in Go is an excellent guide for anyone who wants to learn how to approach complex code bases using TDD or needs a refresher on writing tests in Go. The book takes a generic perspective on TDD, using Go as a means to clearly explain how to write clean, scalable, and maintainable tests.The second chapter focuses on how to write effective tests using a variety of tools and techniques.In the third chapter, the author introduces SOLID design principles and dependencies, which leads to the usage of dependency injection and interfaces in Go. After a detailed overview of the mechanics of composition and dependency injection in Go, the author explains how to use mocks to test more intricate architectures.Chapter four takes the reader through table-driven testing, explaining how the table's layout should be arranged in edge, boundary, and base cases, and how to identify these.The second part of the book explores integration and end-to-end testing, refactoring, and tests in the context of a microservice architecture.In the fifth chapter, the author provides a detailed explanation of how to write integration tests, including how to use the httptest module and how to use BDD with Ginkgo.Chapter six provides a step-by-step guide on how to write end-to-end tests using Docker, Docker Compose, and Godoc to write the test specs.Chapter seven ties all the concepts together and describes approaches for refactoring and how a software developer can rely on a solid and well-structured test suite to fearlessly refactor a complex code base.In chapter eight, the author introduces pprof and explains how to instrument the code to understand performance bottlenecks. This chapter also touches on monitoring and observability in the context of preparing a code base for production.In my opinion, the best part of the book is the third and final part, where the author introduces testing for concurrent code, edge cases, and generics.Chapter nine provides a complex yet straightforward example of detecting race conditions and deadlocks.Chapter ten introduces two new techniques that have been embraced by the community: fuzzing and property-based testing. No book about Go is complete without a chapter on generics, and in chapter eleven, the author reworks the table-driven tests from chapter four using generics.In summary, the book covers the phases of structuring and developing a solid and agile test suite, covers best practices, and uses practical examples to clearly explain the ideas behind the concepts. Adelina is a seasoned software developer turned developer advocate who can describe complex ideas in a simple and clear way, demonstrating her deep understanding of the concepts. I highly recommend this book to anyone looking to improve their testing skills in Go.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.