ContributionsMost RecentMost LikesSolutionsRe: load test After some tests I noticed that sopaui execute all 18 services without pauses and before to start a new cycle it stops for a time equals to Test Delay * Random. So the delay (test delay * random) is the pause between a test cycle and the next cycle. Is it correct? load test Hi to all, I'm performing a load test with 18 services, I set parameters as following: - thread: 1 - strategy: simple - test delay: 10.000 - Random: 0,5 - Limit: 5 I noticed that is executed each of the 5 test sessions every 1 minute and 20/30 seconds. I'm expecting that the delay between test sessions was 5 or 10 seconds (test delay * random). What is wrong? Thanks, Andrea How count in load test works I ran a load test with: - 19 test steps - 100 Threads - Strategy Simple - Test Delay 2000 - Limit 5 runs per Thread I noticed that in the colum "cnt" the 1st step has cnt = 500 anche the last step has count 4, this means that the 1st step was run 500 times anche the last step only 4 times? I expected that all the steps were performed 500 times. In attachments the report. Can you help me to understand? Thanks