Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi,
you are correct. The tricky part here is how to wait for all threads to finish before advancing to the next 10, currently each thread just moves on to the next row when it is finished. I guess you would have to create a groovy script that could use some kind of synchronization-object in the loadtestcontext (initialized in the load-test setup script) to wait for all threads before moving on..
regards,
/Ole
eviware.com
you are correct. The tricky part here is how to wait for all threads to finish before advancing to the next 10, currently each thread just moves on to the next row when it is finished. I guess you would have to create a groovy script that could use some kind of synchronization-object in the loadtestcontext (initialized in the load-test setup script) to wait for all threads before moving on..
regards,
/Ole
eviware.com