DEV Community

Discussion on: Yes! Use microservices and ask 'why are you like this?' afterward 😑

Collapse
 
omrisama profile image
Omri Gabay

I still haven't really figured out how to test microservices, which is one of the biggest downsides for me.

Collapse
 
gdi3d profile image
Adriano Galello

Test what exactly?

Collapse
 
omrisama profile image
Omri Gabay

Integration and E2E between different microservices.

Individually testing microservices isn't as hard, depending on how you're building them.