AnishBala
8 years agoNew Contributor
How to increase SOAP UI performace to push more SOAP request in a second.
As part of a process, we need to generate a load of 2.77 SOAP requests per second.
I am using Groovy script to run the load with multiple threads and accessing multiple excel files for different data for each unique data.
In any way, i am not able to reach transaction rate of 1.7 and above. Inspite of all recommended memory management, my SOAP UI takes minimum 3 seconds for a request.
In case of my load, i am not needed to wait for the response, So can Soap ui just submit request and don't wait for a response, thus increase the speed of per second transaction rate.
Any help will be greatly appreciated.