Dear Friends,
Can you please let me know how to automate the below task with an iteration of 5 times.
1. Open to the below link i.e BOA login
https://www4.bankofamerica.com/global/st...ate=signin
2. Select the location where the customer is having the bank account and click go button.
3. Repeat the step 1 and 2 for five different customers.
Do I need to store the five different location values in the data table. How to get the value from the data table to the combo box.
I want to select one value at a time. Like that the application need to be opened for 5 times and different values need to be fetched. I tried with a code. It is not doing exactly what I am looking for,
Could you please help with the code.
Can you please let me know how to automate the below task with an iteration of 5 times.
1. Open to the below link i.e BOA login
https://www4.bankofamerica.com/global/st...ate=signin
2. Select the location where the customer is having the bank account and click go button.
3. Repeat the step 1 and 2 for five different customers.
Do I need to store the five different location values in the data table. How to get the value from the data table to the combo box.
I want to select one value at a time. Like that the application need to be opened for 5 times and different values need to be fetched. I tried with a code. It is not doing exactly what I am looking for,
Code:
Browser("Bank of America | Please").Page("Bank of America | Please").WebList("state").Select "Arizona"
Browser("Bank of America | Please").Page("Bank of America | Please").Link("Go").Click
Browser("Bank of America | Please").Page("Bank of America | Sign").Link("Home").Click
Could you please help with the code.