Testing Microservices with Mountebank
by Brandon Byars
English | 2019 | ISBN: 1617294772 | 254 Pages | EPUB | 4.40 MB
by Brandon Byars
English | 2019 | ISBN: 1617294772 | 254 Pages | EPUB | 4.40 MB
Microservices are independent, single-responsibility units of code that form a system with other microservices. It's difficult to test an individual microservice since each one depends on the other services. Mountebank solves this conundrum through service virtualization - imitating other components in the system so that you can test a microservice in isolation.