Create a separate License.xml for every workspace

If you're using Tosca on 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 each workspace, follow these steps:

  1. Go to %TRICENTIS_HOME%\XML and copy the following files:

    • MetaSettings.xml

    • License.xml

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

  3. Open the MetaSettings.xml file you just pasted into %APPDATA%.

  4. 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}\XML\DefaultSettings.xml</XmlFile>
        <XmlFile>${TRICENTIS_ALLUSERS_APPDATA}\Settings\XML\Settings.xml</XmlFile>
    </Sources>
    ...
</TOSCAMetaSettings>
  1. Save and close.