Forum Discussion

qatester05's avatar
qatester05
Occasional Contributor
14 years ago

API call request: gotoNextTestCase()

API call request: gotoNextTestCase()

I would like to skip execution of some test cases in my test suite. For this, i have a Groovy Script at the beginning of each test case to check for a condition and if the condition is true i have to skip the current test case and goto Next Test case.

http://www.soapui.org/forum/viewtopic.php?f=2&t=11931&p=29471

Thanks.

2 Replies

  • Hello,

    is the approach suggested by RJanecek in other thread working for you ?
    If still required, I will open a feature request for soapUI.

    Regards,
    Vladimir
    SmartBear Software
  • qatester05's avatar
    qatester05
    Occasional Contributor
    Hello Vladimir,
    Yes. That approach worked for me. But it would go to have this below api calls to control flow at test case level.

    gotoTestCasebyName()
    gotoNextTestCase()

    Thanks.