DEV Community

Discussion on: Testing Microservices: A Layered Testing Strategy

Collapse
 
ludeknovy profile image
Ludek • Edited

Other resources I would recommend:
copyconstruct.medium.com/testing-m...
A Practical Guide to Testing in DevOps by Katrina Clokie.

Clokie offers new approach to testing pyramid and I think it suites our age much better and I use it for every test strategy I create.

Did you consider contract testing? For me it's an essential part in microservices testing strategy.
And what about monitoring, logging and alerting? I always include them into test strategy.