ALM Open Test Architecture API Type Library Version 12.55
AlertTestsOnChangeDetected Method
Description
Adds an alert to all tests that contain components that represent the same screen as any of the components in which a change is detected.
Syntax
Visual Basic
Public Sub AlertTestsOnChangeDetected() 
Remarks

Applies to SAP Business Process Components.

Your application must call this method at the completion of a Run in which changes to components were detected. For this to occur, TSSchedule.ChangeDetectEnabled must be true for the scheduler that executed the run.

To determine whether a component has changed, check the CO_BPTA_CHANGE_DETECTED field for the components used in the test. A value of 3 indicates that a change was detected.

See Also

IBusinessProcess5 Interface  | IBusinessProcess5 Members