Forum Discussion
joelgluth
17 years agoContributor
I have a more subtle question... how do I model client-side parallelism?
That is: in a test case, some activities are done sequentially, then some are done in separate threads, then some more in series, etc.
I don't just want to run all my steps in a suite at once.
I made a bit of progress threading teststeps in Groovy, but unfortunately I'm passing parameters to them via property expansions on the TestCase - which is shared between all the steps, and thus they overwrite each other's data.
Am I trying to hit a nail that SoapUI won't hammer, or is there a better way?
That is: in a test case, some activities are done sequentially, then some are done in separate threads, then some more in series, etc.
I don't just want to run all my steps in a suite at once.
I made a bit of progress threading teststeps in Groovy, but unfortunately I'm passing parameters to them via property expansions on the TestCase - which is shared between all the steps, and thus they overwrite each other's data.
Am I trying to hit a nail that SoapUI won't hammer, or is there a better way?