# Testing Java Microservices 《测试Java微服务》

# 基本信息

英文书名:Testing Java Microservices

中文书名:测试Java微服务

作者:Alex Soto Bueno, Andy Gumbrecht & Jason Porter

版本:无

ISBN:9781617292897

页数:296

出版社:Manning (opens new window)

出版时间:2018.08

cover

天猫折扣购:中文版 (opens new window)

下载地址:腾讯微云 (opens new window)

文件格式:PDF ePub mobi

密码:bxvstj

# 内容简介

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 learn how to increase your test coverage and productivity, and gain confidence that your system will work as you expect.

about the technology

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.

about the book

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.

what’s inside

  • Test automation
  • Integration testing microservice systems
  • Testing container-centric systems
  • Service virtualization

about the reader

Written for Java developers familiar with Java EE, EE4J, Spring, or Spring Boot.

about the author

Alex Soto Bueno and Jason Porter are Arquillian team members. Andy Gumbrecht is an Apache TomEE developer and PMC. They all have extensive enterprise-testing experience.

最后更新: 12/2/2022, 12:56:08 AM