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.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. You can provide a password encoded with the -encodepass
switch. See Connecting to DTP for details.
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 | Jtestis 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