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:
-
Go to %TRICENTIS_HOME%\XML and copy the following files:
-
MetaSettings.xml
-
License.xml
-
-
Go to %APPDATA%\Tricentis\Tosca TestSuite\7.0.0\Settings and paste the files to this directory.
-
Open the MetaSettings.xml file you just pasted into %APPDATA%.
-
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>
-
Save and close.