Forum Discussion

KKalyan's avatar
KKalyan
New Contributor
15 years ago

Dividing the users between scripts in a single load test

Is it possible to dividing the users between scripts in a single load test? Please let me know how to do this?

3 Replies

  • Logica_Norway's avatar
    Logica_Norway
    Occasional Contributor
    No, I would Like to run single test with 5 diffrent requests and 5 diffrent set of load. e.g. (req1 - 5 users, req2 - 1 user, req3 - 2 users, req4 - 10 users, req5 - 7 users)
  • I don't know if this is exactly what you want, but a while ago I did what you're describing by scripting SoapUI from outside, using loadtestrunner.sh and changing the -n (number of threads) and -c (test case) arguments between calls. I then concatenated together (parts of) the statistics files to create a single CSV report.

    I guess it's not perfect though, particularly if you have a requirement that all the requests be in the same TestCase.