I am trying to automate a test scenario using UFT 14.0, where I am using excel to store my test data and using ADODB concept to fetch the test data.
I need to run a single flow from start to end, and in between, a part of the flow needs to be iterated with different sets of data.
Eg: I need to login to makemytrip.com, book a ticket for 10 person with their personal details and then log out. So login happens once, but booking the ticket needs to be iterated 10 times and with different set of data and then finally we logout. I have 2 sheets in test data , first sheet has login details, the other sheet contains passengers details. How can it be achieved using excel multiple rows concept??
Thanks in Advance. :)
Running a single test flow in QTP but a part of the flow needs to be iterated multiple times