@@ -61,3 +61,10 @@ More information on using the plugins is available at [Usage wiki](https://tdl.e
* Additionally (or alternatively) repeat the same steps for the `GenerateTPLan2.mwe` (for editing structured test objectives)
* Additionally (or alternatively) repeat the same steps for the `GenerateData.mwe` (for the graphical viewer)
## Implementation of the TDL mapping to TTCN-3
The TDL mapping to TTCN-3 relies on some functionalities from [TRex2 / T3Tools](https://t3tools.informatik.uni-goettingen.de/trac). Before installing or developing the implementation of the TDL mapping to TTCN-3, the corresponding components need to be installed from the following update site:
After installation, to apply the transformation of a TDL model into TTCN-3 code, open the TDL model (making sure it is selected) and press the `T3` icon on the toolbar. This shall result in the generation of a `.ttcn3` file with the same name in the same folder as the model.