Microservices testing pyramid

End To End Tests

e2e testing scope in a microservices architecture

Overview of a (Micro) service

Components of a (Micro) Service

Component Tests

Scope of component tests

A component is any well-encapsulated, coherent and independently replaceable part of a larger system. In a microservice architecture, the components are the services themselves.

A component test limits the scope of the exercised software to a portion of the system under test, manipulating the system through internal code interfaces and using test doubles to isolate the code under test from other components.

Integration Tests

Unit Tests

Conclusions

Logo

云原生社区为您提供最前沿的新闻资讯和知识内容

更多推荐