Hello,
I'm importing an excel that has 2 columns (Column A and Column B).
I'm trying to put a logic for my UFT script to repeat iterations by taking values from Column B until the value in column A changes.
Loop condition: Take value from Column A
Repeat iterations by taking values from Column B until the value in column A changes.
End Loop
Part of script
1. Login to a specific location by taking the value from column A
2. Repeat steps for n number of rows in column B until value in column A changes
column A, Column B
001, 2001
001, 2002
001, 2003
001, 2004
002, 2001
002, 2005
002, 2006
003, 2002
004, 2004
004, 2005
004, 2006
Thanks in advance. Appreciate your help in this matter.
Regards,
Shayk
I'm importing an excel that has 2 columns (Column A and Column B).
I'm trying to put a logic for my UFT script to repeat iterations by taking values from Column B until the value in column A changes.
Loop condition: Take value from Column A
Repeat iterations by taking values from Column B until the value in column A changes.
End Loop
Part of script
1. Login to a specific location by taking the value from column A
2. Repeat steps for n number of rows in column B until value in column A changes
column A, Column B
001, 2001
001, 2002
001, 2003
001, 2004
002, 2001
002, 2005
002, 2006
003, 2002
004, 2004
004, 2005
004, 2006
Thanks in advance. Appreciate your help in this matter.
Regards,
Shayk