Especially when testing asynchronous microservices, we can never be sure about the exact response time.
It depends on the communication between consecutive units. Therefore, instead of waiting for the maximum acceptable duration,
we can poll for the expected response with a polling frequency. Lets start with a sample scenario.