I am (new to) doing API performance testing in Jmeter, and I have a Token Generation thread group that needs to be ran before all other thread groups(A,B,C). However I also want A B and C thread groups to be ran simultaneously. So how I want it to be executed is:
- Token Generation
- A & B & C
I am aware that checking the Run Thread Groups consecutively on Test Plan will allow me to run Token Generation first(as I placed it as the first thread group in the list), however it would executed is:
- Token Generation
- A
- B
- C
any help& hints are appreaciated. Thanks in advance!