Unanswered question

Users at different transactions

In an application recorded, there are 10 transactions. When i put a load and run the User path, i would want all the users to perform different transactions. No 2 users should be in a same transaction at a same time.

Is it possible to achieve this using Neoload?

Suraj M.
Suraj M.

Suraj M.

Level
0
15 / 100
points

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

You have a few options. You can put all 10 transactions inside a parent transaction. One the parent transaction change the run order from sequential to random, each VU with randomly choose a transaction to run, being random you might get overlap, definitely if the user number is greater than the number of transactions. You could also look the switch statement