Forum Discussion

fun2ph's avatar
fun2ph
New Contributor
7 years ago

Soapui open source how to limit the number of connections using command line parameters

4 Replies

  • 05ten's avatar
    05ten
    Contributor
    These settings are stored in the soapui settings file. Just point out your soapui-settings.xml, usually in your home folder, as a testrunner argument -t <file location> and it should use the max number of connections you have specified.

    Check that out and see if it helps.
  • nmrao's avatar
    nmrao
    Champion Level 3
    What connections? Please spend some time explaining the problem first.
    • fun2ph's avatar
      fun2ph
      New Contributor

      The problem statement is our server is low in capacity and when we try to run 40 to 50 test cases, Server is sending timeout.

       

      So in the soapui , UI preferences we can set the HTTP connections - Max connections per host . Can we get the same feature in command line too.

       

      Hope this helps.