79534616

Date: 2025-03-25 19:00:59
Score: 1.5
Natty:
Report link

Through testing I found that setUp threads work exactly the same as the rest of the test plan. If you uncheck Run Thread Groups consecutively at the Test Plan level, then all same-level threads will run at the same time.

So, the order that the threads execute will be:

1. First all setUp thread groups run at the same time, as many as you have.

2. Then all regular thread groups run at the same time.

3. Then all tearDown thread groups run at the same time.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kamiccola