Forum Discussion

AAB's avatar
AAB
Regular Contributor
3 years ago
Solved

Conditional GoTo: how does it work?

Hello, I was looking into the Conditional GoTo step but it doesn't seem to work for me.   I set up a virtual service to get a response. First request is a HappyFlow that recieves this:     { ...
  • nmrao's avatar
    nmrao
    3 years ago

    Have you referred any documentation which is confusing regarding goto?

     

    Here is how it works:

    User have to define what to do if condition is passed and otherwise.

     

    In the below case, two conditions defined and two target steps are configured where to go when particular condition is satisfied.

     

    Test executed twice

    - first time found no_matching so again executed the request step

    - second time, condition is evaluated to true, proceeded following step to Conditional Goto as you see in the below screen shot.

    NOTE that for each condition, the target step is different based on what user like to do.

    Hope this helps!