Hi,
Is it possible to execute the authentication method one by one and then execute remaining test cases in parallel.
In my scenario i have added a fixed rate generator and added that to authenticate method and then used those sessions to distribute across all the test case in parallel through splitter.
From my point of view the number of requests to be generated is controlled through the generator which generates the request. Now in the present scenario we are assuming that in every 2.5 minutes 25 users logs into the system which means 25 authentication sessions are getting generated and those sessions are getting distributed across all the methods that runs in parallel and when all those methods are executed then those sessions are lost and in the next 2.5 minutes 25 more sessions are created and then the process is repeated.