TDConnection Object
Description
An object that enables you to manage the ALM connection and retrieve the TDOTA object, which provides full interaction with ALM.
Object Model
TDConnection ObjectTDOTA Object
Example
Public Methods
Public Method ConnectConnects UFT One to the ALM project.
Public Method ConnectWithApprovalIDConnects UFT One to the SSO ALM project.
Public Method DisconnectDisconnects UFT One from the ALM project.
Public Properties
Public Property DomainThe ALM domain to which UFT One is currently connected.
Public Property IsConnectedIndicates whether UFT One is currently connected to ALM.
Public Property ProjectThe ALM project to which UFT One is currently connected.
Public Property ServerThe ALM server to which UFT One is currently connected.
Public Property SupportVersionControlIndicates whether the ALM server to which UFT One is connected supports version control.
Public Property TDOTAReturns a TDOTA object, which exposes the ALM API and provides full interaction with ALM.
Public Property UserThe user that is currently connected to ALM.