I have 6 threads loaded and it runs concurrently but i would like to put timers in for it to work in the below way:
- Thread group 1 starts at start of test
- After 5 mins thread group 2 starts off in parallel with thread group 1
- After another 5 mins thread group 3 starts off, again in parallel
- After another 5 mins, thread group 4 starts off. This is group uses a file and stops at the end of the file, leaving just thread groups 1, 2 and 3 running.
- A short pause (10 seconds?)
- Then thread group 5 starts off, again driven from a file
- When that finishes, thread group 6 starts off
- When that’s finished, the test finishes: all the threads should stop.