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…