Forum Discussion

harshit's avatar
harshit
New Contributor
12 years ago

Simulating 600 parallel connections from SOAPUI

Hi,

I am new to SOAPUI, I have to test whether my webservice can sustain 600 parallel connections, without singe connection being rejected/refused.
Can anyone tell me how can this be achieved with SOAP-UI?

Thanks,
Harshit
  • harshit's avatar
    harshit
    New Contributor
    I am trying to use loadTest in SOAPUI, with Simple strategy with following settings:

    Threads 600
    Strategy Simple
    Limit 2 Run/Thread
    Test Delay 1000
    Random 0
    Request Timeout 10 seconds
    Socket Timeout Infinite

    However, when I see the number of threads running in SOAPUI through jconsole, I see only 230, out of which only 200 are used to send requests, it seems.


    Could you help?

    Thanks,
    Harshit