Testing Java Microservices: Using Arquillian, Hoverfly, Assertj, Junit, Selenium, and Mockito Alex Soto Bueno
Testing Java Microservices: Using Arquillian, Hoverfly, Assertj, Junit, Selenium, and Mockito Alex Soto Bueno SummaryTesting Java Microservices teaches you to implement unit and integration tests for…
Specifikacia Testing Java Microservices: Using Arquillian, Hoverfly, Assertj, Junit, Selenium, and Mockito Alex Soto Bueno
Testing Java Microservices: Using Arquillian, Hoverfly, Assertj, Junit, Selenium, and Mockito Alex Soto Bueno
SummaryTesting Java Microservices teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll learn how to increase your test coverage and productivity, and gain confidence that your system will work as you expect.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyMicroservice applications present special testing challenges. You'll work with a microservice environment built using Java EE, WildFly Swarm, and Docker.
These challenges increase when you throw in asynchronous communication and containers.About the BookTesting Java Microservices Even simple services need to handle unpredictable loads, and distributed message-based designs pose unique security and performance concerns.