GetAssociatedAddinsForBPT Method
Description

Retrieves the list of Add-ins associated with a Business Process Test.

This method can be called either before or after you start UFT One (before or after the Application.Launch method).

Syntax
Visual Basic
Public Function GetAssociatedAddinsForBPT( _
   ByVal BPTPath As String _
) As Variant
Parameters
BPTPath
The full ALM path of the business process test.
Return Type
This method returns an array of Addin objects, representing the list of add-ins contained in the specified Business Process Test's Associated Add-ins list.
Example
See Also