I’m planning to create an order entry transaction, using 30 vusers I’ll be running it and will be saving the order numbers in a param list (I hope this is possible).
Now, I need to create a transaction to verify orders, using the param list I’ve created above, My question is if I use 30 vusers how would they pick the order numbers? Once 30 vusers are started is there a possible conflict of two users picking the same order number?
Please explain how this works and the best possible solution to achieve the above task.