Forum Discussion
nmrao
9 years agoCommunity Hero
Thank you for the different available options.
Not sure if this is relevant in this context, but want to add this and looking to hear from you.
In groovy script, it is possible to (skip some steps) use "gotoStep" which actually does nothing i.e., does not execute the given step. Any comments on it?
Not sure if this is relevant in this context, but want to add this and looking to hear from you.
In groovy script, it is possible to (skip some steps) use "gotoStep" which actually does nothing i.e., does not execute the given step. Any comments on it?
TSanchez_1
Staff
9 years agoNot sure that does anything either, try using "goToStepByName("test step name").
- nmrao9 years agoCommunity HeroYes, the same I was talking about. The mentioned method is used in a groovy script to execute the sequence of steps following the mentioned step passed as argument to that method. But it does not seem to work that way. Would you please confirm if that is the desired behavior or a defect?