I have one Thread Group. I want to run this thread in loop. First time the number of threads(users) should be 1, second time the number of thread should be 6( which means, for i=1;i=i+5;i<=25). Please note that the running thread group should be automatically.
What I have tried is, I did set the 'Counter' config element in which the 'start' is 1, 'increment' is 5, 'maximum' 25, 'number format' 00.
When I run the thread group, it runs only one time(number of threads(users) is 1) and it doesn't not continue with the next iteration.
Am i missing something? or is there any other way around?