PDA

View Full Version : Propagating Ignore fail to child steps


james_cline
03-06-2003, 08:41 PM
Is there are way set an entire group to ignore failures? So far, I have to go to each step and check it. Also, is there a way to "lock" child steps to a group so that if you move the group all child step go with it?
_
Thanks,
-Jim Cline

james_cline
03-06-2003, 08:43 PM
Editing of properties of multiple steps at once is not currently supported (although it is on the list to suport). Within the GUI, you would have to edit each one individually (you can move between steps with the Prev/Next buttons without closing the step properties dialog). If you have a lot of steps to modify, other options would be to write script code in a Run Script step to iterate over the steps and change the IgnoreFailure property or write some XML DOM code to manipulate the BLD file directly.
You currently have to multi-select, including child steps to move them with a group (in the next release, child steps will be automatically moved/copied if the parent step is collapsed).