Testing Java microservices : using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito /

Saved in:
Bibliographic Details
Author / Creator:Soto Bueno, Alex, author.
Imprint:Shelter Island, NY : Manning Publications, [2018]
©2018
Description:1 online resource (1 volume) : illustrations
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/13662259
Hidden Bibliographic Details
Other authors / contributors:Gumbrecht, Andy, author.
Porter, Jason, author.
ISBN:9781617292897
Notes:Includes bibliographical references and index.
Online resource; title from title page (Safari, viewed October 22, 2018).
Summary:Microservice applications present special testing challenges. Even simple services need to handle unpredictable loads, and distributed message-based designs pose unique security and performance concerns. These challenges increase when you throw in asynchronous communication and containers. "Testing Java microservices" teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll work with a microservice environment built using Java EE, WildFly Swarm, and Docker. You'll advance from writing simple unit tests for individual services to more-advanced practices like chaos or integration tests. As you move towards a continuous-delivery pipeline, you'll also master live system testing using technologies like the Arquillian, Wiremock, and Mockito frameworks, along with techniques like contract testing and over-the-wire service virtualization. Master these microservice-specific practices and tools and you'll greatly increase your test coverage and productivity, and gain confidence that your system will work as you expect