Forum Discussion
Alcatel-Lucent__10
16 years agoOccasional Contributor
1) The script strategy runs the script at the configured interval once the loadtest has started running, so in your case the script will run after the test has started with 5 threads
Related to point 1, I have done some additional tests and found the following :
When initial nbr of threads is set to 5 in the gui and put to 1 via groovy script, my first run will have 5 threads, later runs will use 1 thread only.
When the initial nbr of threads is set to 1 in the gui and put to 3 via groovy script, my first run will have 3 threads.
In both cases, the strategy interval is set to 0.
So in the first case, the behaviour is different from the 2nd case. 2nd case is not inline with the explanation above.
How come the behaviour is different in both cases ?