Microservices - Testing Microservices
Consider this simplified test flow for microservices end-to-end testing:
What is the main risk if service B is unstable during this test?
1. Start service A
2. Start service B
3. Send request to service A
4. Service A calls service B
5. Service B returns response
6. Verify final output
What is the main risk if service B is unstable during this test?
