Forum Discussion

jscorzelli's avatar
jscorzelli
Occasional Contributor
8 years ago
Solved

Run two test steps in the same test case asynchronously

Here is my question:

 

Is it possible to run two test steps, that are within the same test case, asynchronously?

 

 

Thanks,

Jonny

6 Replies

    • jscorzelli's avatar
      jscorzelli
      Occasional Contributor

      Sure, is it possible to run two test steps in parallel (in the same test case)?

      • nmrao's avatar
        nmrao
        Champion Level 3
        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.