xxxxxxxxxx
Five Tips for Testing Microservices
Look at each service as one software module.
Determine the fundamental links in the architecture and test them.
Don't just test happy path scenarios. ...
Do your best to test across stages.
Use “canary testing” on new code and test on real users.