how do you test microservices on their own?
Ibtissam El Fassi
·13204 views
hey everyone, ive been wrestling with testing strategies for our growing microservices architecture. were trying to implement contract testing, but it feels like were still doing a lot of end-to-end testing, which is slow and brittle. what are your favorite ways to test individual microservices without depending on the entire system? any tools or patterns you swear by?
33 comments