https://martinfowler.com/articles/microservice-testing/
Testing Strategies in a Microservice Architecture
The microservice architectural style presents challenges for organizing effective testing, this deck outlines the kinds of tests you need and how to mix them.
martinfowler.com
MSA에서 test전략
- Unit tests
- Integration tests
- Component tests
- Contract tests
- End-to-end tests
'Software Engineering > Software Architecture' 카테고리의 다른 글
[NDC19] 좋은 로그란 무엇인가?: 좋은 로그를 위해 고려해야 할 것들 (0) | 2020.04.13 |
---|---|
Google API Design Guide (0) | 2020.04.13 |
MSA를 진행하면서 고려해야 할 사항들 (0) | 2020.02.11 |
[MSA 개념 정립하기] MSA 아키텍처 패턴 (Client, 운영자, 개발자 측면의 흐름) (1) | 2019.09.09 |