文件名称:Testing Microservices with Mountebank
文件大小:10.63MB
文件格式:PDF
更新时间:2022-01-13 21:24:00
microservice test
微服务测试 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.