Even though many recommendations are in place we still getting socket timeout - garbage collected type error responses
The recommendation that are in place:
1. Discard OK results
2. socket time-out set to 90000
3. close HTTP connection after each request
4. Not to use global properties to store heavy objects and I/O type operations in soapui-settings file
5. Adjusted java memory size.
What I am thinking Invocation style of testsuits and testcases is parallel. Should we convert them to sequential? Will that improve anything? Time is not a constraint for us.
RAM is also not an issue on the slice where we run tests. They run at midnight so no other use is executing them at that time.
Thanks.