Forum Discussion
mvnarendra
8 years agoOccasional Contributor
Answering my own Question.
After further analysis, I found that the reason for increased response times in memory leak and this memory leak is happening because of soapui dynamic property expansion. Instead of using soapui dynamic property expansion, I have used a Groovy template engine to replace the variables with values. This has resolved the problem.