Forum Discussion

korrrro's avatar
korrrro
Occasional Contributor
10 years ago

Looping Test Suite

Hey,

 

these are still my first steps in SOUPUI (open source) and I'm facing a problem which should seem as a simple one but it's not, I didn't find any solution/answer so far...so this is a question to you - how to loop the whole test suite ? I've got several test cases and I want to repeat X times all of them, repeat the test suite. I thougth GOTO be helpful but it works with test steps under test case only.

Appreciate any tips.

7 Replies

    • korrrro's avatar
      korrrro
      Occasional Contributor

      Thanks. But can I loop test suite from inside of soapui without using java, junit ? You mentioned groovy script...

      • nmrao's avatar
        nmrao
        Community Hero

        Yes, you can use soapUI API to do the same.
        Otherwise, the same java code can be put in groovy script as well. Try it out and see.