End-For
This is a pre-built Action located under the @Generic Element. The functionality of this action in Avo Assure is to end the For loop after completing the loop execution. This Action is used along with the For Action to properly close the loop structure during test execution.
Syntax
Input Value: N/A
N/A
Not Applicable
Output Value: N/A
N/A
Not Applicable
Example: Ending a For Loop Block
In this example, we explain how the End-For action marks the completion of a loop cycle.
Action: End-For
Input Value: N/A
The End-For action does not required any input value.
Logical Explanation: The End-For action indicates the end of the loop part. When execution reaches this action, the system checks the iteration count defined in the corresponding For action step. If more iterations remain, the loop repeats the enclosed steps. If all iterations are completed, the execution exits the loop and proceeds to the next action.

Last updated
Was this helpful?