Reset BPT Components Actions

Reset BPT Components actions reset the components in the specified Test Repository by setting their ‘Impacted’ field to ‘N’. The results are stored in a Table dataset which includes details for the components whose impacted status was reset.

Action Property Description
Impacted Label The label used to identify the impacted status of component objects in the specified Test Repository. Note that the impacted field’s label should be used here, and not its associated database field name. The label should refer to either a string field, or to a lookup list where ‘N’ is one of the allowed values.
Include Paths A String List parameter or dataset which is set to a list of component paths in which the ‘Impacted’ field is to be reset, for example ‘Components\My Components’ or ‘Components\My Components\Phase1’. Each path and all its descendants are searched. If this parameter is not set, all component paths will be searched.
Result A Table dataset which stores the IDs, names and paths of the components that were reset.
TestRepository A Test Repository parameter or dataset referring to the Test Repository in which the ‘Impacted’ component field is to be set.

The Result dataset has the following columns:

Column Description
COMPONENT_ID The ID of a component whose ‘Impacted Label’ field was reset.
COMPONENT_NAME The name of the component.
COMPONENT_PATH The component’s path.

Example:

Reset BPT Components action example.