Software Engineering/Software Architecture
Testing Strategies in a Microservice Architecture
캥거루 남편
2020. 7. 13. 18:36
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