Customer Service Center
Home
Knowledge Base
Forums
Contact Support
License Activation
|
Contact Support
|
License Activation
|
Spirent KB Article
Doc ID: FAQ17604
Printer Friendly
Email Article Link
TTworkbench: Is it always required to use a TSI component even in a simple test case in TTCN-3?
Environment/Versions
TTworkbench, Windows, Linux, 32/64bit
Answer
No, you can omit the TSI definition so it will be created implicit as a mirror of the MTC with already mapped ports. Example:
testcase
tc_simplecase()
runs on
MTCtype { ... }
But handle with care. As there is no handle to this implicit elements, it is not possible to reuse them with parallel components.
Version
1.0
Publish Date
2018-07-05
Categories
Product : TTCN-3 Language
Related Articles