Scenario is we are generating token during execution which would further be used in other threadgroup.
Like:
In first thread group, tokens will be generated for 100 users. In second thread group, 50 users will utilize the tokens. In third thread group, next 50 users will utilize the tokens.
Query is: 1. How do we save tokens that is generated during run time? 2. How to use first 50 tokens on second thread group and rest other 50 on third thread group?
