Forum Discussion

raghavendranila's avatar
12 years ago

Expected requests are not sent by SopaUI in Load Testing

I am doing Load Testing using soapUI for both Soap/HTTP service and Soap/JMS service.

When configured using FixedRate Stratergy as rate=50 and Limit=60 sec, Threads=900, i am expecting 3000(50*60) requests to be sent to queue but only 1517(around 50%) requests are being sent to queue

While testing the same thing for Soap/HTTP service for only 31 requests i got the response from the service(i am writing requests and responses into a folder using Groovy Script), some of 993 are getting org.apache.http.conn.HttpHostConnectException: Connection to http://10.38.201.37:10202 refused and some of 993 are getting SocketTimeOut Exception.Don't know what happened to other 1976 requests(3000-31-933)

Please let me know how i can achieve rate of 50 msgs/sec for a duration of 60 sec (3000 requests should be sent in 60 seconds) or any other stratergy which can do this.
  • nmrao's avatar
    nmrao
    Icon for Champion Level 2 rankChampion Level 2
    Find out with the application provider that how may http requests/sessions application can provide. You may also look into the preferences, so that it can close the http session as soon as the response is received.