Hi,
I have a scenario in Simulation1 which can act as a setup method for Simulation2
say, create 1000 subscriptions in Simulation1 and Simulation2 will get all the 1000 subscriptions.
Running simulations one by one can accomplish this but I don’t want to run 2 simulations in order to only check Simulation.
Is there a way to sequentially run simulation classes ( not scenario’s, I am aware of running parent, child sequential run )
The goal is to test create 1000 subscriptions and get them one by one in Simualtion2 , bulk get in Simulation3, Delete in Simulation4. Something like this.
Hope someone can help me.
Thank you!