Refreshing Auth Token while keep the requests running in JMeter 3.3
问题 I have the following scenario using Jmeter 3.3: I would like to run " Get auth token " once every 2.5 minutes and meanwhile to run [GET] thread group non stop. In other words, [GET] is taking the auth token from the first thread group and I would like to run them in parallel and only change the token once at 2.5 min. I tried to add a Constant Timer to the first thread but the second thread is not running until the timer passed. How can I keep the [GET] running non-stop and " Get Auth token "