12 years ago
Database Table Checkpoint - parametise table name
Hi,
We are trying to use a Database Table Checkpoint (i.e. DBTables.Table1.Check) to check a file against an Excel spreadsheet.
This works for one file, but we would like to parametise "Table1" so that as we iterate through a loop, a different source file will be used each time.
Examples of our attempts which haven't worked (to give some idea of what we are trying to achieve!)
DBTables.KeywordTests.Test1.Parameters.Table.Check
DBTables(KeywordTests.Test1.Parameters.Table).Check
var1 = "DBTables." & KeywordTests.Test1.Parameters.Table & ".Check"
Call var1
This is to be used as an enhancement to a DDT.Excel Driver we are currently using.
Any help would be appreciated!
Thanks,
Stuart
We are trying to use a Database Table Checkpoint (i.e. DBTables.Table1.Check) to check a file against an Excel spreadsheet.
This works for one file, but we would like to parametise "Table1" so that as we iterate through a loop, a different source file will be used each time.
Examples of our attempts which haven't worked (to give some idea of what we are trying to achieve!)
DBTables.KeywordTests.Test1.Parameters.Table.Check
DBTables(KeywordTests.Test1.Parameters.Table).Check
var1 = "DBTables." & KeywordTests.Test1.Parameters.Table & ".Check"
Call var1
This is to be used as an enhancement to a DDT.Excel Driver we are currently using.
Any help would be appreciated!
Thanks,
Stuart