End Loop
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure and comes under the @Generic element. It instructs the Avo Assure client to end the loop. After fetching the data using the get parm action it is mandatory to use start loop after the Get Param action being used to parameterise the data in a test case likewise it is mandatory to use end loop after using the start loop to avoid the dangling error during debug or execution
Note: User must assign this step to conclude the loop.
Input: N/A
Output: N/A
In this scenario, users are testing a feedback submission form on a website where users can submit their feedback. After submitting the form, the system generates a unique feedback ID for each submission, which you need to validate.
In the above scenario once, user wants to close the get param process user must use this action to close the loop.
It needed to close the loop after execution completion.
Once all feedback comments have been processed then it will end the loop.