Forum Discussion

Nilotpal's avatar
Nilotpal
New Contributor
12 years ago

Running same Test case multiple times

Hi ,

I want to execute the same test case multiple times in SOAP UI.
I am using SoapUI Pro 4.5.1. Is it possible to do that .
This is very necessary for my current project.

Thanks in Advance,
Nilotpal
  • nmrao's avatar
    nmrao
    Icon for Champion Level 2 rankChampion Level 2
    Have you looked at load test which is available at each test case?
  • Nilotpal's avatar
    Nilotpal
    New Contributor
    Hi nmrao ,

    Thanks for responding.
    But my actual requirement is to run the same test case in a loop. One executed after the other.

    Thanks in Advance,
    Nilotpal
  • nmrao's avatar
    nmrao
    Icon for Champion Level 2 rankChampion Level 2
    You may explore to Run Test Case step for running number of times with Control flow/Groovy script.
  • Nilotpal's avatar
    Nilotpal
    New Contributor
    Hi ,

    I can perform movement with in steps in a test case with the command testRunner.gotoStepByName( "");
    But is there a process to control test case execution in a similar manner.


    Thanks in Advance,
    Nilotpal