Aiham
5 years agoNew Contributor
NoHttpResponseException: $IP failed to respond
Hey Profis 🙂 i am using ReadyApi 3.0.0 i am getting "sporadically" a wired exception while sending a rest request => org.apache.http.NoHttpResponseException: myIP:443 failed to respond
- mis...
- 5 years ago
Aiham :
I would suggest to put some wait in between the execution might be this is because of hitting the URL frequently as you are getting response for the first 2 times and not for the 3rd time.
Add delay step in between the execution, hope it will resolve your issue.
- 5 years agoHey Aiham
I concur with Himanshu. I've had this exact behaviour before. Try running your tests in parallel, you should get the same intermittent no response. The endpoint is overloaded. Depending on your technical and nonfunctional requirements you might want to mention this behaviour to the performance testers.
Ta
Rich