Descriere YEO:
Pe YEO găsești Testing Java Microservices de la Andy Gumbrecht, în categoria Computing.
Indiferent de nevoile tale, Testing Java Microservices din categoria Computing îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 275.33 Lei
Caracteristicile produsului Testing Java Microservices
- Brand: Andy Gumbrecht
- Categoria: Computing
- Magazin: libris.ro
- Ultima actualizare: 13-11-2024 01:34:21
Comandă Testing Java Microservices Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Testing Java Microservices de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
With traditional software unit tests, there's never a guarantee that an application will actually function correctly in the production environment. When you add microservices, testing becomes even more tricky.
Testing Java Microservices teaches readers how to write tests like unit, component, integration, container, contract, chaos, and more. Along the way, it also covers technologies like the Arquillian ecosystem, Wiremock, Mockito, AssertJ, Pact or Gatling. Finally, the book demonstrates how everything fits together into the Continuous Delivery pipeline. Key Features: * Practical hands-on guide * Writing Persistence tests * Teaches test strategies * Shows how everything fits together in the Continuous Delivery Pipeline Readers should be comfortable programming in
Java. Experience with testing tools like jUnit is helpful but not required. Some experience in
Java EE, Spring and Docker is also helpful. About the Technology: A microservice may consist of several, several hundred, or even several thousand of lines of code.
Microservices enable programmers to isolate and scale smaller pieces of an application, rather than the entire application.