API call request: gotoNextTestCase()

This is the board for suggestions for new functionality.

API call request: gotoNextTestCase()

Postby qatester05 » 25 Jan 2012 23:28

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.
qatester05
soapui pro users
soapui pro users
 
Posts: 5
Joined: 28 Oct 2011 17:11

Re: API call request: gotoNextTestCase()

Postby SmartBear Support » 27 Jan 2012 13:20

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
SmartBear Support
Administrator
Administrator
 
Posts: 6702
Joined: 16 Feb 2009 10:53

Re: API call request: gotoNextTestCase()

Postby qatester05 » 27 Jan 2012 17:30

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.
qatester05
soapui pro users
soapui pro users
 
Posts: 5
Joined: 28 Oct 2011 17:11


Return to soapUI Pro Feature Requests