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 with Java
Test-Driven Development with Java

Test-Driven Development with Java: Create higher-quality software by writing tests first with SOLID and hexagonal architecture

Arrow left icon
Profile Icon Alan Mellor
Arrow right icon
Mex$771.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8 (5 Ratings)
eBook Jan 2023 348 pages 1st Edition
eBook
Mex$771.99
Paperback
Mex$963.99
Subscription
Free Trial
Arrow left icon
Profile Icon Alan Mellor
Arrow right icon
Mex$771.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8 (5 Ratings)
eBook Jan 2023 348 pages 1st Edition
eBook
Mex$771.99
Paperback
Mex$963.99
Subscription
Free Trial
eBook
Mex$771.99
Paperback
Mex$963.99
Subscription
Free Trial

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

  • Get up and running with common design patterns and TDD best practices
  • Learn to apply the rhythms of TDD – arrange, act, assert and red, green, refactor
  • Understand the challenges of implementing TDD in the Java ecosystem and build a plan

Description

Test-driven development enables developers to craft well-designed code and prevent defects. It’s a simple yet powerful tool that helps you focus on your code design, while automatically checking that your code works correctly. Mastering TDD will enable you to effectively utilize design patterns and become a proficient software architect. The book begins by explaining the basics of good code and bad code, bursting common myths, and why Test-driven development is crucial. You’ll then gradually move toward building a sample application using TDD, where you’ll apply the two key rhythms -- red, green, refactor and arrange, act, assert. Next, you’ll learn how to bring external systems such as databases under control by using dependency inversion and test doubles. As you advance, you’ll delve into advanced design techniques such as SOLID patterns, refactoring, and hexagonal architecture. You’ll also balance your use of fast, repeatable unit tests against integration tests using the test pyramid as a guide. The concluding chapters will show you how to implement TDD in real-world use cases and scenarios and develop a modern REST microservice backed by a Postgres database in Java 17. By the end of this book, you’ll be thinking differently about how you design code for simplicity and how correctness can be baked in as you go.

Who is this book for?

This book is for expert Java developers and software architects crafting high-quality software in Java. Test-Driven Development with Java can be picked up by anyone with a strong working experience in Java who is planning to use Test-driven development for their upcoming projects.

What you will learn

  • Discover how to write effective test cases in Java
  • Explore how TDD can be incorporated into crafting software
  • Find out how to write reusable and robust code in Java
  • Uncover common myths about TDD and understand its effectiveness
  • Understand the accurate rhythm of implementing TDD
  • Get to grips with the process of refactoring and see how it affects the TDD process

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 13, 2023
Length: 348 pages
Edition : 1st
Language : English
ISBN-13 : 9781803237961
Category :

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 : Jan 13, 2023
Length: 348 pages
Edition : 1st
Language : English
ISBN-13 : 9781803237961
Category :

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 Mex$85 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 Mex$85 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total Mex$ 2,687.97
Practical Design Patterns for Java Developers
Mex$861.99
Test-Driven Development with Java
Mex$963.99
Domain-Driven Design with Java - A Practitioner's Guide
Mex$861.99
Total Mex$ 2,687.97 Stars icon
Banner background image

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8
(5 Ratings)
5 star 80%
4 star 20%
3 star 0%
2 star 0%
1 star 0%
Tans Mar 15, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is definitely worth reading as it covers the benefits of working in a test-driven development environment and explain the challenges of implementing TDD in the java ecosystem and how to build a plan around it. Direct, to the point, the author's style is easy to read.The best practises for using unit tests are covered in great detail and in great depth in the book. The examples are numerous, and it is simple to read. It's clear from the book's content that the author has a wealth of knowledge in the practical field. You will undoubtedly learn something new and valuable from this book. The book discusses how to implement TDD in real world scenarios.
Amazon Verified review Amazon
Krishnan Raghavan Feb 21, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
In any software project, the objective is to try and deliver a bug-free product to the end customer. While 100% bug-free delivery might be difficult to achieve, it is possible to reduce the number of bugs by following a Test Driven Development approach. This book teaches that exactly but covers how developers can incorporate TDD as part of their development process for Java-based projects. This book will enable you to write well-engineered, well-tested code. This book is for developers who know Java and want to learn how to incorporate TDD as part of their coding practice.This book is divided into three parts. The first part (i.e. the first three chapters) explains why and how TDD became a part of the development process. Chapter two especially talks about good practices to be followed to deliver well-engineered code.The Second part delves more into the technical details of how TDD techniques are to be implemented including how to set up our development environment. This section covers/explains SOLID design principles, Stubs and Mocks techniques, and Hexagonal Architecture (Design Technique).The concepts have been explained in a very easy-to-understand manner and the question at the end of each chapter are well-framed. The further reading section will help the learner cement their knowledge.Overall, I highly recommend this book to anyone interested in learning more about TDD and how to implement it effectively as part of their daily coding life.
Amazon Verified review Amazon
Anuj Apr 04, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This is a great book that explains the reasons and the benefits of working within a test driven development environment. The author's style is direct, straight to the point, focused on TDD and how to implement it.The book gives a very detailed and comprehensive overview of best practices with unit tests. It's easy to read and it has a lot of examples. Clearly, the author has a lot of experience in the area that he shares with the audience in this book. No matter what your current level is - you'll definitelly find something useful and new in this book. The book explains not just the technical view of testing (like what attributes your test class should have), but also the business client need for testing and how those two are related. I'll definitely recommend this book to everyone interested in learning the TDD.
Amazon Verified review Amazon
Anonymous ko Mar 06, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is definitely worth reading as it covers the benefits of working in a test-driven development environment and explain the challenges of implementing TDD in the java ecosystem and how to build a plan around it. Direct, to the point, the author's style is easy to read.The best practises for using unit tests are covered in great detail and in great depth in the book. The examples are numerous, and it is simple to read. It's clear from the book's content that the author has a wealth of knowledge in the practical field. You will undoubtedly learn something new and valuable from this book. The book discusses how to implement TDD in real world scenarios.
Amazon Verified review Amazon
Neil Young Feb 20, 2023
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Upfront disclosure: I received a free review copy of this book from the publisher.I found the book to be a really nice in-depth look into how to do professional development with Test Driven Development, with basic enough language and examples for someone just getting started, and enough depth to sharpen the skills of a developer experienced with testing. I have more than a decade of experience developing Java apps with fortune 500 companies, and found several new approaches that I'm likely to use in my day to day work.The author described a step-by-step approach to developing a Wordle type application from a fresh repo and an InteliJ setup using different TDD approaches for each part culminating in a fully working app. For me, I have always worked best having a concrete example, rather than the Vehicle - Car - Engine type abstract example that is hard to connect to my real world messiness.The only con I have is with the first couple chapters establishing good vs bad coding are a bit lacking. I see what the author was trying to achieve, but they I found that they were oddly specific and not comprehensive enough.
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.