Hi,
Can someone provide me an example where we should be creating a new transaction(using factory create) for every iteration in a sequence?
I know that using the same object helps in terms of performance and since we will be randomizing the transaction for every iteration of a sequence I don't see the need to create a new transaction for every iteration.
Thanks