Testing Java microservices : using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito /
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. "Tes...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Shelter Island, NY :
Manning Publications,
[2018]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- An introduction to microservices
- Application under test
- Unit-testing microservices
- Component-testing microservices
- Integration-testing microservices
- Contract tests
- End-to-end testing
- Docker and testing
- Service virtualization
- Continuous delivery in microservices.