Forum Discussion
Well... You don't need the "if not exists" line at all... You can replace that with the "Else" operator... then you should actually "outdent" that entire block of code to the left so it executes on the same "level" as your if operater... otherwise... I don't see anything wrong with what you posted....so... that means something is not happening that you are expecting to happen.... Please give us more details on what is going wrong.
- saranoor6 years agoFrequent Contributor
If I right click and I select Insert New Opeartion I see Else condition but it has a red X on it.WhenI run the test it is catchinga n exception at that line.
Attaching teh screenshot again with Else clause added.
The earlier script (Before adding else) was works fine if the object "YES "is existing but it stops and does not execute when object "YES" is not existing.
Adding the file again with Else screenshot
- tristaanogre6 years agoEsteemed Contributor
The red x on else is expected... it's simply the icon to use for the "Else" operation. You should outdent that else to be on the same level as your initial if-then and then move your operations you want to execute within the Else statement.
- TanyaYatskovska6 years agoSmartBear Alumni (Retired)
Hi All,
Thanks for the help, Robert.
saranoor, do the suggestion given here help you resolve the issue? What was the solution?
Related Content
- 13 years ago
- 11 years ago
Recent Discussions
- 9 hours ago
- 4 days ago