When determining the steps in repetition logic to repeat, consider all the actions that require repetition, not just the steps where literal data is substituted.
For this lesson, there are several steps where literal data will be substituted, but the entire process of accessing the Create a New Account page of the InsuranceCo Web site must be repeated in order for each customer in the ActiveData file to be entered. Therefore, all steps in the actual test process must also be repeated, including steps that access the page and return the test to the Home page.
Silk Test Workbench also inserts a step before the <<End>> step that ends the repetition logic. The step text should be as follows:
End RepeatAll steps between the newly inserted repetition logic steps now appear as indented steps nested between the repetition logic steps. The final part of using ActiveData in the visual test is to map data in the ActiveData file to the literal data in the visual test.