Configuration files of Tricentis Tosca can be modified in order to either customize existing settings or to add new, specific settings.
![]() |
Any changes to the configuration files should exclusively be made by administrators. |
This chapter describes the following configuration files in greater detail:
-
TOSCACommander.dll.config: includes Tosca Commander settings
-
TCShell.dll.config: includes TC-Shell settings
-
DbRepositorySchemaMigrator.dll.config: includes DbRepositorySchemaMigrator settings
-
user.<Version>.config: includes user-specific settings
Tosca will handle settings which you specify in the user.<Version>.config file with higher priority than the according settings of the TOSCACommander.dll.config
Structure of the configuration files
The file format of the configuration files is XML.
<configuration>
<configSections>
<sectionGroup name="userSettings">...
<sectionGroup name="applicationSettings">...
[...]
<userSettings>
<Tricentis.TCCore.BusinessObjects.Properties.Settings>
<Tricentis.TCCore.Persistency.Properties.Settings>
<Tricentis.TCCore.GUI.Properties.Settings>
<Tricentis.TCCore.Base.Properties.Settings>
<Tricentis.TCAddIns.Reporting.Properties.Settings>
<Tricentis.TCAddIns.RequirementsManagement.Properties.Settings>
<Tricentis.TCAddIns.TestCaseDesign.Properties.Settings>
[...]
<applicationSettings>
<Tricentis.TCCore.BusinessObjects.Properties.Settings>
<Tricentis.TCCore.GUI.Properties.Settings>
<Tricentis.TCCore.Persistency.Properties.Settings>
<Tricentis.TCCore.Base.Properties.Settings>
<Tricentis.TCCore.XLConnector.Properties.Settings>
[...]
New setting collections must be specified in the corresponding sectionGroup of the section <configSections>.