Forum Discussion
joelgluth
16 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?
Related Content
- 2 years ago
- 4 years ago
Recent Discussions
- 15 years ago