Solved
Forum Discussion
6 Replies
- nmrao
Champion Level 1
Do you mean to run in parallell?- jscorzelliOccasional Contributor
Sure, is it possible to run two test steps in parallel (in the same test case)?
- nmrao
Champion Level 1
I believe not by designed.
Because, steps are always gets executed one after other.
If needed to execute in parallell, then they have to be a test case each where soapui allows to run the test cases in parallell.
By the way, what is your use case?
But, one can write a groovy script to execute the steps in parallell.