I have a JMeter Test Plan composed by 2 thread groups that runs consecutively:
Thread Group 1: See image
- Login transaction (gets user token saved as property)
Thread Group 2: API requests See image
Transaction 1
Transaction 2
...
I want to execute Thread Group 1 (get user token) every 30 seconds within 60 seconds (2 times each global execution).
Do you know how to do it?
If I use a constant timer in Thread Group 1, it waits 30 seconds to start the thread and I don't want that behavior.
Thanks in advance.

