Retrieves the list of Add-ins associated with a Business Component.
This method can be called either before or after you start OpenText Functional Testing (before or after the Application.Launch method).
Visual Basic |
---|
Public Function GetAssociatedAddinsForBC( _ ByVal BCPath As String _ ) As Variant |
- BCPath
- The full ALM path of the business component.
This method is valid only for business components. To retrieve the associated add-in collection for a test, use the GetAssociatedAddinsTest method.
You can also retrieve a complete list of all add-ins associated with all components of a particular business process test using the GetAssociatedAddinsForBPT method.