01-17-2012 02:43 PM - edited 01-17-2012 02:46 PM
In the PropertyLoader step, change the Start and End Marker to
"Start_<Sequence>" and "End_<Sequence>"
01-17-2012 04:48 PM
Hi Ray,
Thanks that worked, but if my start and stop markers are not defined does that mean in order to load a different set of limits I would need to call a seperate file?
Kind regards,
Hugo.
01-18-2012 02:20 AM
Not necessarily so, you would have to set your Start and End markers so that it takes in the <sequence> tag and also the different sets flag eg
"Start_Sequence>_"+Locals.set[Locals.index]
But it might be tidier if different sets of limits are contained in different files based on the unit under test, easier to control and maintain.
01-18-2012 01:46 PM
Thanks for all your help, much apreciated.