Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHello,
1. This depends on how you define virtual users. 10 threads means that the test is being executed in parallel 10 times at once.
2. For information on the different strategies, please see here.
3. The reason for this is that you hare running a loop in the test. Total Runs here means that the entire TestCase will run 10 times, this means the entire loop will run 10 times, and the steps within the loop will run more than that. If you intend for all the rows of your DataSource to be run once, you need to change Total Runs to 1, and set the DataSource to be Shared.
Regards,
Dain
eviware support
1. This depends on how you define virtual users. 10 threads means that the test is being executed in parallel 10 times at once.
2. For information on the different strategies, please see here.
3. The reason for this is that you hare running a loop in the test. Total Runs here means that the entire TestCase will run 10 times, this means the entire loop will run 10 times, and the steps within the loop will run more than that. If you intend for all the rows of your DataSource to be run once, you need to change Total Runs to 1, and set the DataSource to be Shared.
Regards,
Dain
eviware support