Forum Discussion

ATyagi's avatar
11 years ago

load testing for concurrent users in soap ui

Hi,
today i have tried to do load testing gor 1000 users(userName1 to userName1000) in soap ui for a complete flow. So at the beginning of the flow I have added a groovy script that will set the username(from 1 to 1000) which will be used later.when I tried to run a single thred and set limit to 60 sec in load test it works fine ,username sets properly for all requests, but when I set no. of thread to 5 and runs it for 60 sec ,it gets messed up,I saw that username is taking garbage value and load test did not work. So please give me some sugestion to solve it out.


Thanks