I am new to Jmeter, and I am trying to achieve the following test plan in Jmeter 4.0.
I have 2 thread group.
- First thread group will generate access token using Oauth 2.0 and the value of access token is set to a variable.
- Second Thread group will use the access token generated from first thread group and process the HTTP request.
Token expiration time is 2 hours.
I want to schedule a 8 hours test in Jmeter. How to invoke first thread group to generate token for every 2 hours and to continue thread group 2.
Any help will be appreciated !!
