Preconditions:
Service has 'request_A' and 'response_A'
The server application implements the service
The client application uses service. The client called 'request_A' and in 'respose_A' again called the same 'request_A'.
Observation:
The client receives only one response.
Expected:
The client should process 'response_A' endlessly.
Preconditions: Service has 'request_A' and 'response_A' The server application implements the service The client application uses service. The client called 'request_A' and in 'respose_A' again called the same 'request_A'.
Observation: The client receives only one response.
Expected: The client should process 'response_A' endlessly.