Start Loop
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure and comes under @Generic element. It instructs the Avo Assure client to start the loop for further use.
Note- Without Start Loop we cannot execute the get param Action. We must use Get Param before the Start loop Action.
Input: N/A
Output: N/A
In this scenario, users are testing a web application that requires user login credentials for various test cases. The credentials are stored in an Excel sheet. The user wants to automate the process of fetching these credentials using the “Get Param” action to specify which data to retrieve. But here the user needs to give a Start Loop Action.
User given Excel file path
For example, C:\Users\abc\Sam.xlsx;Sheet4
It needs to fetch the data from excel sheet and use the fetched data in that application with the help of Start Loop.
The user successfully logged in to that web application.