Connect Method
Description
Connects OpenText Functional Testing to the ALM project.
Note: If your ALM server requires SSO authentication, obtain API keys from your OpenText Application Quality Management administrator. Use the Key and Secret for the UserName and Password parameters of this method, respectively.
Syntax
Visual Basic |
---|
Public Sub Connect( _ ByVal ServerURL As String, _ ByVal DomainName As String, _ ByVal ProjectName As String, _ ByVal UserName As String, _ ByVal Password As String, _ ByVal EncryptedPW As Boolean _ ) |
Parameters
ServerURL | The URL address of the Web server where your ALM project is located. The URL can specify a Web server accessible via a Local Area Network (LAN) or a Wide Area Network (WAN). |
DomainName | The domain that contains the ALM project. |
ProjectName | The ALM project to which you want to connect. |
UserName | The user name for opening the specified project. Note: If you are using SSO authentication, pass the API Key in this parameter. |
Password | The password for the specified user. You can enter the password in encrypted or unencrypted format. Confirm that the EncryptedPW property value matches the type of value you set here. To find the encrypted value of the password, use the Password Encoder utility, available from the Windows Start menu. For more information, see the OpenText Functional Testing Help Center. Note: If you are using SSO authentication, pass the API Secret in this parameter. |
EncryptedPW | Indicates whether the Password property is entered in encrypted or unencrypted format. Possible values:
|
Example
See Also