In this section:
This setting specifies the URL to your DTP server.
The default port numbers for DTP are:
8443
for https://8080
(on Linux) and 80
(on Windows) for http://If DTP is deployed to a location other than the root of the host server, the URL should include a context path (a relative path from the host name). This may be the case if your organization uses a reverse proxy. Refer to the DTP documentation for additional information about reverse proxy server configuration and context path configuration.
[URL] | The URL to your DTP server. |
---|
dtp.url=https://ada.mycompany.com:8443
In this example, the URL includes a context path:
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 | dotTEST is 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 the deprecated 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