Create a separate License.xml for every workspace

If you are working with Windows Server, you need to create a separate License.xml file for every user. Otherwise, any changes you make to a common License.xml will affect other testers.

Tricentis recommends that you perform this step before you start testing.

If you roll out Tricentis Tosca centrally, you can automatically create a License.xml for every user.

To create a separate file for every workspace, follow the steps below:

  1. Navigate to %TRICENTIS_HOME%\dll\Settings\XML.

  2. Copy the files MetaSettings.xml and License.xml to your clipboard.

  3. Navigate to %APPDATA%\Tricentis\Tosca TestSuite\7.0.0\Settings and paste the files to this directory.

  4. Open the MetaSettings.xml file.

  5. In the Sources section, change the file path of the License.xml to the directory you pasted it to.

<?xml version="1.0" encoding="UTF-8"?>
<TOSCAMetaSettings xmlns="TOSCANamespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    ...
    <Sources caseSensitive="false">
        <XmlFile>${APPDATA}\TRICENTIS\TOSCA TestSuite\7.0.0\Settings\License.xml</XmlFile>
        <XmlFile>${TRICENTIS_HOME}\Dll\Settings\XML\DefaultSettings.xml</XmlFile>
        <XmlFile>${TRICENTIS_ALLUSERS_APPDATA}\Settings\XML\Settings.xml</XmlFile>
    </Sources>
    ...
</TOSCAMetaSettings>
  1. Save and close.