Testing Strategies in a Microservice Architecture – Toby Clemson

Thanks to Toby Clemson and Martin Fowler for a great presentation on how testing approaches and techniques should be applied on microservices architecture.

Testing Strategies in a Microservice Architecture

There has been a shift in service based architectures over the last few years towards smaller, more focussed “micro” services. There are many benefits with this approach such as the ability to independently deploy, scale and maintain each component and parallelize development across multiple teams. However, once these additional network partitions have been introduced, the testing strategies that applied for monolithic in process applications need to be reconsidered.

Here, we plan to discuss a number of approaches for managing the additional testing complexity of multiple independently deployable components as well as how to have tests and the application remain correct despite having multiple teams each acting as guardians for different services.

More? Below!

https://martinfowler.com/articles/microservice-testing/

Related posts

Leave a Comment