Configuration Files

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:

Tosca will handle settings which you specify in the user.<Version>.config file with higher priority than the according settings of the TOSCACommander.exe.config and TCShell.exe.config file.

Structure of the configuration files

The file format of the configuration files is XML. The XML structure of the TOSCACommander.exe.config file looks as follows:

<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>.