Hoobajoob
11 years agoOccasional Contributor
How to Sequence Runners and Generators
I have a SoapUI "setup" runner in a LoadUI scenario that loads some configuration settings and writes values out to properties for use by other SoapUI test cases.
I would like these runners to execute exactly once in the scenario, before any of the load generators start placing a load on the service-under-test, then kick off the load generators and have all of the runners that are driven by those generators use the property values generated by the "setup" runner
The sequence should go something like this:
1) execute the setup runner exactly once
2) after that runner is done, wait for some random interval of time
3) generate a burst of some random number of triggers
4) each trigger fires a sequence of SoapUI runners, and each of these runners uses the property values created by the one-time setup runner in step 1)
5) wait for some (different) random interval of time
6) go to step 3)
7) repeat until scenario time limits are reached
I have not been able to find a combination of Schedulers, Flows, and Generators that will implement this sequence.
Any suggestions?
I would like these runners to execute exactly once in the scenario, before any of the load generators start placing a load on the service-under-test, then kick off the load generators and have all of the runners that are driven by those generators use the property values generated by the "setup" runner
The sequence should go something like this:
1) execute the setup runner exactly once
2) after that runner is done, wait for some random interval of time
3) generate a burst of some random number of triggers
4) each trigger fires a sequence of SoapUI runners, and each of these runners uses the property values created by the one-time setup runner in step 1)
5) wait for some (different) random interval of time
6) go to step 3)
7) repeat until scenario time limits are reached
I have not been able to find a combination of Schedulers, Flows, and Generators that will implement this sequence.
Any suggestions?