Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
15 years ago

soapui runner results not available in the statisics pane

Hello,
I have a simple test setup with 2 soapui runner and one webpage runner. During a load test, all the runners show that the test is running. However, only the webpage runner's results can be seen in the statistics panel. soapUI runner show no activity. Looks like a bug.

I am running this test locally.

Here is a screenshot taken during the test.

9 Replies

  • kongar's avatar
    kongar
    Occasional Contributor
    I am facing the exact same problem. Does anyone know if previous versions of loadUI have the same problem? This seems like a pretty major bug as I can't get any meaningful statistics from using loadUI as a stress testing tool for web services.
  • Hi,

    We've had multiple reports of this recently. It's currently under investigation, I'll report back when I have some news!

    Regards,
    Dain
    SmartBear Software
  • Hi,

    Actually, it looks like the soapUI Runner is not getting executed correctly. As you can see from the screen shot, all the requests are being discarded. I'm not sure why this is though, it might be a bug in the soapUI Runner. Using the demo pro project included with soapUI, against the included MockService, I am unable to reproduce this (requests are completing normally).

    Regards,
    Dain
    SmartBear Software
  • kongar's avatar
    kongar
    Occasional Contributor
    Sorry to hijack the thread but did you try retrieving the BPS statistic? I have the following project, and as you can see, I am not getting anything back.



    Strangely enough, I can get TPS just fine. Here is the statistic report. Again note that BPS is 0.



    Can you please try to recreate this? Thanks!
  • alibaba82's avatar
    alibaba82
    Super Contributor
    This is working now for me. Weird thing is I made no changes. Came back the next day and it just started to work. Maybe loadui needed some rest
  • Hi,

    Regarding BPS, it seems that the soapUI Runner does not expose the response size parameter needed to calculate the BPS statistic. This will be fixed in a coming version of loadUI!

    Regards,
    Dain
    SmartBear Software
  • kongar's avatar
    kongar
    Occasional Contributor
    Thanks, Dain! I'm glad you were able to verify what I was seeing. Do you know when the next version will be coming out? It would be awesome if I can get BPS statistic with the load testing that I'm doing now but that's probably too much to hope for.
  • Hi,

    The next major version of loadUI isn't being released for a while, but I've included this fix in the maintenence branch, available in the latest nightly build. The BPS statistic should work now, please try it and be sure to either first uninstall your current installation of loadUI, or to install the nightly build into a separate directory (do not overwrite the existing one).

    Regards,
    Dain
    SmartBear Software
  • kongar's avatar
    kongar
    Occasional Contributor
    Thanks for the help! I really appreciate it. I'll download and start using it for my stress testing.