Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
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
2) Sure! You can call
import com.eviware.soapui.config.LoadTestLimitTypesConfig
loadTestRunner.loadTest.testLimit = 100
loadTestRunner.loadTest.limitType = LoadTestLimitTypesConfig.COUNT
or
loadTestRunner.loadTest.testLimit = 9000
loadTestRunner.loadTest.limitType = LoadTestLimitTypesConfig.TIME
regards,
/Ole
eviware.com
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
2) Sure! You can call
import com.eviware.soapui.config.LoadTestLimitTypesConfig
loadTestRunner.loadTest.testLimit = 100
loadTestRunner.loadTest.limitType = LoadTestLimitTypesConfig.COUNT
or
loadTestRunner.loadTest.testLimit = 9000
loadTestRunner.loadTest.limitType = LoadTestLimitTypesConfig.TIME
regards,
/Ole
eviware.com