This topic explains how you can configure or update team-wide settings once that can be propagated across the team’s SOAtest installations. It also covers how to extend or override these settings as needed (for example, for machine-specific paths).
Sections include:
If your organization uses Parasoft Development Testing Platform (DTP) or Concerto, we strongly recommend that you adopt the following workflow to simplify configuration and updating of preference settings across your team’s machines:
Team-wide preference settings can be specified from the GUI, exported into localsettings, then shared via Parasoft Concerto.
Concerto uses multicast DNS to broadcast its services in the local network. This allows SOAtest to automatically detect available Concerto servers, which enables easy configuration.
|
To configure team-wide settings:
To configure each desktop and server installation to use the preferences stored on Concerto:
If you’re working with multiple Concerto projects, you can easily switch from one project’s settings to another by clicking the Concerto preferences page’s General Projects> Configure button, then changing the selected project. |
If you are storing Parasoft Test settings on Concerto, those settings are refreshed each time that Parasoft Test is started. If you want to manually refresh these settings (e.g., if you know that settings changed and you want to retrieve the new settings immediately, without restarting Parasoft Test):
|
If you already have a locally-stored localsettings file that represents the settings you want to use for command-line execution:
-localsettings my_localsettings_file
)For more details, see Configuring Localsettings as well as the appropriate Parasoft Test family product’s User’s Guide ([product_name] User’s Guide> Setup and Testing Fundamentals> Testing from the Command Line).
If you would prefer to use settings stored on the Concerto server (recommended for ease of maintenance)—you can do this in either of two ways:
-concerto.autoconfig project_name@servername:port
at the command line. For example:-concerto.autoconfig [email protected]:8080
concerto.autoconfig=true
localsettings option. For example: concerto.enabled=true
concerto.server=servername
concerto.web.port=8080
concerto.autoconfig=true
general.project=project_name
For details on how to specify localsettings, see Configuring Localsettings.
If you want to use a combination of settings (for example, 1) key project settings stored on Concerto 2) settings for all tests from this particular machine and 3) settings tailored for just a specific set of analyses from this machine), you can express a hierarchy of files as follows:
-concerto.autoconfig
and -localsettings
at the command line. For example:-concerto.autoconfig [email protected]:8080 -localsettings
machine_override_properties -localsettings project_override_properties
If you are using this recommended process, you can updated team-wide settings in Parasoft Concerto, then those modifications will automatically be propagated to all the connected machines.
To prevent this automated updating (e.g., because you have updated settings locally and do not want them overridden), disable Use Concerto settings on the Preferences page(s) you do not want updated from Concerto.
To customize preferences:
Sets general preferences and allows you to export settings to a localsettings file.
Maps a team member’s automatically-detected username to a different username and/or email address.
See Configuring Task Assignment and Code Authorship Settings.
Specifies settings for automating the preparation, notification, and tracking of the peer review process.
See Configuring Code Review Preferences.
Specifies setting for the Concerto server, as well as Report Center and Task Assistant.
Connecting to Parasoft Development Testing Platform
“Configuring Concerto Task Assistant Preferences”, page 274
Specifies the number of Test Configurations available in the Parasoft> Test History menu, the location where custom static analysis rules (user rules) are saved and searched for, and the location where user-defined Test Configurations and rules are saved and searched for.
Specifies settings for the Console view.
Specifies email settings used for report notifications and for sending files to Parasoft Technical Support.
See Configuring Email Settings.
Specifies custom tags that the team uses to associate a test case with an issue from an issue/feature/defect tracking system (for example, Bugzilla).
See Using Custom Defect/Issue Tracking Tags.
Specifies JDBC drivers (e.g., drivers needed to connect to a database used for parameterizing tests).
Specifies license settings.
See Configuring Licenses.
Specifies parallel processing settings.
See Configuring Parallel Processing.
Specifies general options related to how tasks are displayed in the Quality Tasks view.
See Configuring Task Reporting Preferences.
Specifies what reports include and how they are formatted.
See Configuring Task Reporting Preferences.
Specifies how Parasoft Test computes code authorship and assigns tasks to different team members.
See Configuring Task Assignment and Code Authorship Settings.
Specifies how Parasoft Test connects to your source control repositories.
See Connecting to Your Source Control Repository.
Specifies connections to the Team Server module, which ensures that all team members have access to the appropriate projects, rules, and policies.
See Connecting to Parasoft Team Server
Specifies options for preparing "support archives" and sending them to the Parasoft support team.
See Preparing a "Support Archive" and Sending it to Technical Support
The following variables can be used in reports, e-mail, Report Center, Team Server, and license settings. Note that the session tag value can't contain any ':' characters.
For help specifying variables, you can use the variable assist feature, which automatically proposes possible variables when you type |
env_var
example: ${env_var:HOME}
Outputs the value of the environmental variable specified after the colon.
project_name
example: ${project_name}
Outputs the name of the tested project. If more than one project is provided as an input, it first outputs the tested project name, then "..."
general_project
example: ${general_project}
Outputs the name of the Concerto general project that results are linked to. See General Project - Notes for details.
workspace_name
example: ${workspace_name}
Outputs the workspace name or Visual Studio solution name. For example,
report.mail.subject=Code Review Scanner Results for ${workspace_name}
would evaluate to something like "Code Review Scanner Results for solution.sln"
solution_loc (Visual Studio)
example: ${solution_loc}
Outputs the Visual Studio solution location. For example,
report.mail.subject=Code Review Scanner Results for ${solution_loc}
would evaluate to something like "Code Review Scanner Results for c:/nightly/folder/.../solution.sln"
config_name
example: ${config_name}
Outputs the name of executed test configuration; applies only to Reports and Email settings.
analysis_type
example: ${analysis_type}
Outputs a comma separated list of enabled analysis types (for example: Static, Execution); applies only to Reports and Email settings.
tool_name
$ example: ${tool_name}
Outputs the tool name (for example: Jtest, SOAtest).
For example:
You can export Parasoft Test preferences from the GUI to a localsettings text file. For example, this is useful if you want to:
To export preferences to a localsettings file:
To import these preferences:
If you need to override the system user name (e.g., if you are integrating the product into an automated process and do not want the resulting tasks assigned to the default system name), you can do so as follows:
Provide the -Duser.name=<username>
switch to the Java Virtual Machine
Note that this configuration is the equivalent to modifying the User name setting at the top level of the Preferences UI.