|
Answer» You can exit an ACTION before it runs in its entirety. There are 4 types of Exit action Statements you can use. They are:
i) Exit Action: Exits the current action, regardless of its iteration ATTRIBUTES.
ii) Exit Action Iteration: Exits the current iteration of the action.
iii) Exit Run: Exits the test, regardless of its iteration attributes.
iv) Exit Global Iteration: Exits the current Global Iteration.
You can VIEW the Exit action NODE in the Test Results TREE. You can exit an action before it runs in its entirety. There are 4 types of Exit action Statements you can use. They are:
i) Exit Action: Exits the current action, regardless of its iteration attributes.
ii) Exit Action Iteration: Exits the current iteration of the action.
iii) Exit Run: Exits the test, regardless of its iteration attributes.
iv) Exit Global Iteration: Exits the current Global Iteration.
You can view the Exit action node in the Test Results tree.
|