Forum Discussion
Lucian
7 years agoCommunity Hero
Instead of incrementing the id you can generate a random id each time. So it won't matter how many VUs you have. For instance the next script generates a random number between 1 and 10000:
log.info ( Math.abs(new Random().nextInt() % 10000) + 1 )
Related Content
- 5 years ago
- 6 years ago