Liberty_Informa
12 years agoRegular Contributor
- missing response / garbage collected -
Hi
There are certain tests when they work in the soapUI tool however they fail when we run them through home written tool which we use for automated tests.
The error which we see in the log is
----------------- Messages ------------------------------
java.net.SocketTimeoutException: Read timed out
---------------- Response --------------------------
- missing response / garbage collected -
We can make out that this error is due to insufficient socket or testcase timeout value.
The existing socket timeout value is 90000. We also tried adding same value for test case timeout but in vain.
The primary difference between tests running in the tool and through automated framework is that, in tool I may be merely running one test project at a time however automated framework runs lot of projects one after another keeping some time interval between two projects. I think soapUI gets exhausted with these many runs.
Is our understanding correct? What can we do to overcome this error on our automated test framework?
Thanks.
There are certain tests when they work in the soapUI tool however they fail when we run them through home written tool which we use for automated tests.
The error which we see in the log is
----------------- Messages ------------------------------
java.net.SocketTimeoutException: Read timed out
---------------- Response --------------------------
- missing response / garbage collected -
We can make out that this error is due to insufficient socket or testcase timeout value.
The existing socket timeout value is 90000. We also tried adding same value for test case timeout but in vain.
The primary difference between tests running in the tool and through automated framework is that, in tool I may be merely running one test project at a time however automated framework runs lot of projects one after another keeping some time interval between two projects. I think soapUI gets exhausted with these many runs.
Is our understanding correct? What can we do to overcome this error on our automated test framework?
Thanks.