I have a thread group that executes a set of requests: 1) login 2) do something 3) logout
Now I want to introduce the constant throughput timer to execute this entire group, at a rate of X per min. Where should I place my constant throughput timer? Under the thread group? Under each request thread? I don't understand all the choices for the "Base on" field. I need to make sure that all 3 steps get executed entirely and in order. I can't have it executes the threads randomly, ie, executes step 2 without step 1 and not follow by step 3. And from the GUI, what is the difference between start and "start no pause"? Thanks in advance.
