Forum Discussion
- Could you please elaborate on what you are trying to do? Do you wish to run different loadtests with different users?
/Nenad
http://eviware.com - Logica_NorwayOccasional ContributorNo, 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)
- joelgluthContributorI 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.