ContributionsMost RecentMost LikesSolutionsRe: Table Checkpint in a Data-Driven Loop Thank you, I will write a custom script and post the results here next week. Table Checkpint in a Data-Driven Loop I would like to convert one of my KeywordTests into a data driven loop. I added a loop using an Excel worksheed as Source which works fine. Inside the loop I need to create a Checkpoint to review the data inside a TDBGrid (Delphi Grid Control). The Checkpoint currently points to a Table. Is it possible to load the content of the table dynamic inside of the loop? What are my options to add Checks on table data inside of a Data-Driven Loop? My first idea was to create a script to write the check-data from the excel file into the Store-Table. Is there a better way? Solved