Exit statements are part of Vbscripting(Latest version) and when implanted in the code provides better control on the flow of
execution of automated Tests.
It is also used in Error handling as and when some exception occurs we
can use 'Exit' statements.below are some exit statements listed:
- Exit Do
- Exit For
- Exit Function
- Exit Property
- Exit Sub
No comments:
Post a Comment
Note: only a member of this blog may post a comment.