-
Junior Member
how to make script iterate for number of rows in excel sheet.
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules