In this section:
This setting specifies the host name of the DTP server.
[host_name] | The host name of your DTP server. |
---|
dtp.server=ada.mycompany.com
This setting specifies the port number that is assigned to the DTP server.
[port_number] | The port number on your DTP server. The default is 443 . |
---|
dtp.port=8443
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.
[URL_prefix] | The URL prefix that is added to your host name. |
---|
In the following example, DTP is deployed at https://ada.mycompany.com/foo/bar.
dtp.server=ada.mycompany.com
dtp.context.path=/foo/bar
This setting specifies the username for authentication on the DTP server.
[username] | The username for DTP server authentication. |
---|
dtp.user=johnsmith
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.
[password] | The password for DTP server authentication. |
---|
dtp.password=pSm3p?Aaak2#
This setting specifies the name of the DTP project that you want to link to. The generated data will be associated with this project.
[project_name] | The name of a project in DTP. |
---|
The following configuration will associate the results sent to DTP with the project called "common":
dtp.project=common
This setting enables or disables automatic configuration with settings that are stored on the DTP server.
true | dotTESTis configured with the settings stored on DTP. |
---|---|
false | Default. The settings stored on DTP are not applied. |
The following configuration disables automatic configuration with settings stored on DTP:
dtp.autoconfig=false
This setting enables or disables connection to Team Server.
true | Connection to Team Server is enabled. |
---|---|
false | Default. Connection to Team Server is disabled. |
The following configuration enables connection to Team Server.
dtp.share.enabled=true