Forum Discussion
2 Replies
- YshippinContributorWell very generally speaking, you would set up an outer loop that iterates through files (if they are in a single folder it can be the folder's '.Files' item collection),
and an inner loop that iterates from within that file (ie your "data" loop). - sam_kvaleOccasional ContributorYeah I follow the general idea of that. I would like to apply it in test complete's keyword syntax.