In this section:
dtp.server
This setting specifies the host name of the DTP server.
Acceptable Values
[host_name] | The host name of your DTP server. |
---|
Example Usage
dtp.server=ada.mycompany.com
dtp.port
This setting specifies the port number that is assigned to the DTP server.
Acceptable Values
[port_number] | The port number on your DTP server. The default is 443 . |
---|
Example Usage
dtp.port=8443
dtp.context.path
This setting specifies the path to DTP. The context path is a relative path from the host name specified with the dtp.server setting. This setting should only be configured if DTP is deployed to a location other than the root of the host server, which may be the case if your organization uses a reverse proxy.
Acceptable Values
[URL_prefix] | The URL prefix that is added to your host name. |
---|
Example Usage
In the following example, DTP is deployed at https://ada.mycompany.com/foo/bar.
dtp.server=ada.mycompany.com
dtp.context.path=/foo/bar
dtp.user
This setting specifies the username for authentication on the DTP server.
Acceptable Values
[username] | The username for DTP server authentication. |
---|
Example Usage
dtp.user=johnsmith
dtp.password
This setting specifies the password for authentication on the DTP server. We highly recommend that you use an encoded password to ensure successful authentication and increase the level of security; see Creating an Encoded Password.
Acceptable Values
[password] | The password for DTP server authentication. |
---|
Example Usage
dtp.password=pSm3p?Aaak2#
dtp.project
This setting specifies the name of the DTP project that you want to link to. The generated data will be associated with this project.
Acceptable Values
[project_name] | The name of a project in DTP. |
---|
Example Usage
The following configuration will associate the results sent to DTP with the project called "common":
dtp.project=common
dtp.autoconfig
This setting enables or disables automatic configuration with settings that are stored on the DTP server.
Acceptable Values
true | dotTESTis configured with the settings stored on DTP. |
---|---|
false | Default. The settings stored on DTP are not applied. |
Example Usage
The following configuration disables automatic configuration with settings stored on DTP:
dtp.autoconfig=false
dtp.share.enabled
This setting enables or disables connection to Team Server.
Acceptable Values
true | Connection to Team Server is enabled. |
---|---|
false | Default. Connection to Team Server is disabled. |
Example Usage
The following configuration enables connection to Team Server.
dtp.share.enabled=true