Forum Discussion

ravi4iit's avatar
ravi4iit
Occasional Contributor
11 years ago

How to use conditional goto and Loops in soapui

Hello Friends,

I am working on "conditional goto" and "Loops" options and I am totally confused here.

So need your help in these, in which scenario I need to use "conditional goto" and "Loops" options, could you please explain me both using below wsdl url.

WSDL URL: http://www.webservicex.com/CurrencyConvertor.asmx?wsdl

Followed below url's but I was unable to understand:

http://www.soapui.org/TestSteps/conditional-goto.html

http://www.soapui.org/Functional-Testing/controlling-flow.html

https://www.youtube.com/watch?v=nawthaOmEjI

1 Reply

  • nmrao's avatar
    nmrao
    Community Hero
    the name it self suggests that if some condition is true then do step x other wise step y. The condition can be drawn from previous step response.

    May be the wsdl you are following may not really happen such use case. It purely depends on the one's need.