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?
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