Microservices applications are made up of single-responsibility mini-applications called services that work together as a system. Microservice architectures can speed up production and are optimized for change and reusability, because you can change and add components without re-engineering the whole application. Ensuring quality software still requires rigorous testing, and microservices pose several unique testing challenges.
Exploring Testing Java Microservices is packed with tips and tricks that will help you write automatic tests to speed up the testing process for your Java-based microservices applications. Containing three chapters hand-picked from Testing Java Microservices by Alex Soto Bueno, Andy Gumbrecht, and Jason Porter, this free eBook starts by taking you through contract tests that verify your entire system. You’ll discover how Docker helps with your testing and find out how to test your system even when there are components that have yet to be built. When you’re finished, you’ll have three new techniques to add to your testing toolbox to increase your test coverage and productivity.
about the author
Alex Soto Bueno and
Jason Porter are Arquillian team members with extensive enterprise-testing experience.