RFloyd2000
14 years agoOccasional Contributor
loadUI doesn't create multiple TCP streams with soapUIRunner
Different behavior in loadUI versus soapUI. I created a loadtest in soapUI, I see that each "thread uses it's own IP/Port". That is ideal behavior.
When I export the soapUI testcase into loadUI, the thread concept is not the same. Basically the soapUI Runner tries use the least amount of TCP streams (i.e. IP/ports) even with multiple users.
Basically, I want the soapUI Runner to operate the same as the Web Page Runner. If I perform 10 step/sec for webpage runner, each "user" has a different TCP port. What do I need to do for the soapUI Runner so that it also uses a different TCP port per user?
When I export the soapUI testcase into loadUI, the thread concept is not the same. Basically the soapUI Runner tries use the least amount of TCP streams (i.e. IP/ports) even with multiple users.
Basically, I want the soapUI Runner to operate the same as the Web Page Runner. If I perform 10 step/sec for webpage runner, each "user" has a different TCP port. What do I need to do for the soapUI Runner so that it also uses a different TCP port per user?