In DTP 2023.1, Team Server has been removed. If your Jtest team configurations, rules and rule mappings are still stored in DTP Team Server and you want to keep them available to your team, follow the procedure below.
Go to the server where DTP is installed, and navigate to your jtest folder on Team Server.
Navigate to the Team Server page, then go to data storage and drill down to the jtest node.
On the machine where Jtest is installed, check out these folders from the source control repository and specify their new locations in Jtest settings for Custom directories:
Parasoft variables are resolved in paths defining custom configurations and rules. |
From the GUI: Go to Parasoft > Preferences... > Configuration and configure the locations to User configurations and User rule map.
From the command line: Configure the following properties:
configuration.dir.user=C\:\\team_settings\\jtest\\configs\\user rule.dir.user=C\:\\team_settings\\jtest\\rules\\user |
You can also use environment variables:
configuration.dir.user=${env_var:HOME}/configs rule.dir.user=${env_var:HOME}/rules |