Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
You should keep the DataSource TestStep (but make sure it is set to shared in its settings), and disable the Loop TestStep. Otherwise, each request made by the soapUI Runner will run through the whole soapUI TestCase, with loops and everything. Disabling the Loop TestStep will instead make each soapUI Runner request run one iteration of the loop (next soapUI Runner request will run the next iteration of the loop, and so on).
Does my explanation make any sense?
Regards
Henrik
SmartBear Software
You should keep the DataSource TestStep (but make sure it is set to shared in its settings), and disable the Loop TestStep. Otherwise, each request made by the soapUI Runner will run through the whole soapUI TestCase, with loops and everything. Disabling the Loop TestStep will instead make each soapUI Runner request run one iteration of the loop (next soapUI Runner request will run the next iteration of the loop, and so on).
Does my explanation make any sense?

Regards
Henrik
SmartBear Software