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 OpenText Functional Testing to the ALM project.

Public Method ConnectWithApprovalToken

Note: In versions 15.0-24.2
this method is named ConnectWithApprovalID.

Connects OpenText Functional Testing to the SSO ALM project.

Public Method DisconnectDisconnects OpenText Functional Testing from the ALM project.
Public Properties
Public Property DomainThe ALM domain to which OpenText Functional Testing is currently connected.
Public Property IsConnectedIndicates whether OpenText Functional Testing is currently connected to ALM.
Public Property ProjectThe ALM project to which OpenText Functional Testing is currently connected.
Public Property ServerThe ALM server to which OpenText Functional Testing is currently connected.
Public Property SupportVersionControlIndicates whether the ALM server to which OpenText Functional Testing 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.