START_REPEAT

START_REPEAT <FullFilePath\xxxFile.ini> <IniSection> <repeatParam>

This command initiates the looping of set of test steps which fall between a START_REPEAT and END_REPEAT. A xxxFile.ini is user defined .ini file.

The number of times the steps have to be iterated will be taken from xxxFile.ini, in the section named IniSection, and for the value of the repeatParam setting.

Note: If your system drive is other than C: drive, use the SYSDRIVE variable with the absolute file path to point to the system drive.

START_REPEAT <${SYSDRIVE}\FullFilePath\xxxFile.ini> <IniSection> <repeatParam>