Hi,

Here is the scenario. I have 3 function calls in main script.
fnLogin()
fnCreateOrder()
fnCloseApp()

The functions use another function to fetch data from an excel sheet into local sheet and the data is used to test the AUT.
Now irrespective of number of rows in excel (i have, say, 2 rows)the script runs only once and ends with the app closing.
How do I make the script run n iterations if there are n rows in the excel?