In DTP 2023.1, Team Server has been removed. If your dotTEST 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 .test folder on Team Server.
Navigate to the Team Server page, then go to data storage and drill down to the .test node.
On the machine where dotTEST is installed, check out these folders from the source control repository and specify their new locations in dotTEST settings:
Parasoft variables are resolved in paths defining custom configurations and rule map. |
From the GUI: Go to Parasoft > Options... > 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\\dottest\\configs\\user rule.dir.user=C\:\\team_settings\\dottest\\rules\\user |
configuration.dir.user=${env_var:HOME}/configs rule.dir.user=${env_var:HOME}/rules |