Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 602 by shirshendusaha: If there any keyword like the functionality "break" in java.
http://code.google.com/p/robotframework/issues/detail?id=602

Explain the new feature or other enhancement idea you have.
in java or other programming language we can write like this:
{
if(condition==...(true))
    {Do this....}
     break;
else
    {Do this....}
}

Now here in this case,after 'if condition is fulfilled the control will just come out.

Is there any procedure or built in keyword in this robot framework to do like this.means if one condition is satisfied then it will not execute the rest of the steps and come out from that line.

Reply via email to