Forum Discussion

irene_smile's avatar
irene_smile
Occasional Contributor
17 years ago

multi-user load tests

How can I execute multi-user load tests in SOAPUI?

Say, task is to create customers. Three users are attempting to creating different customers with their login/password - User1/Passwd1, User2/Passwd2, User3/Passwd3

What is the mechanism to send create customer request as different users?

Thanks!

1 Reply

  • kiran_load's avatar
    kiran_load
    Occasional Contributor
    Hi,
    I have a scenario where i will hv to run to apis one after another. And i will have to pass a value to first api by using properties..for single run it is working fine but when i put under load for concurrent runs it has failed in 95% of runs. bz i will ahve to pass uniuqe vale. once the first thread takes thta value..the remaining ones are not able to fetch those..so these apis are failing.

    can u suggest me a solution