Forum Discussion

DotTest37's avatar
DotTest37
Occasional Contributor
15 years ago

loadUI reusing connections,, how to configure this?

Hello guys,, Im new to this and Im having an issue setting a loadUI test.
I created a Test Suite on soapUI,, then on "Options" for the Load Test I checkedmarked the "Close Connections" (between each requests), works like a charm.
When I run it from within the soapUI I can see on my server how it close the connections on every request.

The I move it to loadUI like this:
I use the option to convert the LoadTest to a loadUI Test Case (on soapUI), it pass it to the LoadUI with no problem.
When I run it from loadUI it doesnt close the connections on each request,, it keep the connections open instead, and send the request reusing the connections.

I cannot find an option on loadUI so the test case runs disconnecting each TCP connection on each request.

Thanks guys,, hopefully someone had the same issue.

Manny

5 Replies

  • Hi,

    Since the LoadTest functionality in soapUI is separate from the soapUI Runner in loadUI, loadUI won't see this setting. This is an oversight on our behalf, and we'll be sure to include a similar setting in the soapUI Runner. As a workaround for now though, please try the following:

    In soapUI, open the main settings dialog (File > Preferences).
    In the HTTP Settings tab, check the "Close connections after request" checkbox.

    This is a global setting which will affect all requests sent in soapUI (unless overridden in the LoadTest), and should be picked up by loadUI.

    Regards,
    Dain
    eviware.com
  • Hello,

    Option 'Close connections between request' has been added to
    soapUI Runner, so please check it in next loadUI release.

    regards!
    Predrag
    eviware.com
  • DotTest37's avatar
    DotTest37
    Occasional Contributor
    I just came back to read my old post,, I was wondering if this issue was included/corrected on the latest verion of SOAPUI (4.0.1) and LoadUI (1.5).
    Im very eager to try them.
  • DotTest37 wrote:
    I just came back to read my old post,, I was wondering if this issue was included/corrected on the latest verion of SOAPUI (4.0.1) and LoadUI (1.5).
    Im very eager to try them.

    Yes, it should be in there!

    /Henrik
  • katgat's avatar
    katgat
    Occasional Contributor
    Is the option to close connections between requests working in loadui?