Integration testing of projects microservices architecture
Speaker | Yauhen Ivashkevich |
Language | EN |
Stage | Digital |
Type | Discussion |
Description
When unit testing in most cases is trivial and provides some level of confidence in production readiness of the service itself, it's important to be sure that functionality is working correctly in the scope of the whole system. As the products grow and new features automation becomes crucial.
Discussion points:
- Benefits of integration testing
- Tools
- Testing different communication protocols
- Running tests in different environments
- Integration with CI