TTCN
Sign in to saveAlso known as Testing and Test Control Notation
thumb | right | alt=A chart of an interaction between a test-case and the suit using it. The test case gives a correct request to the suit which will then give a response on whether the test succeeded or not. | Message Sequence Chart representation of a basic TTCN-3 scenario.TTCN is a programming language used for testing of communication protocols and web services. A TTCN test suite consists of many test cases written in the TTCN programming language. Until version 2 the language was written in tables and called Tree and Tabular Combined Notation. Reading and editing this language required sp
Wikidata facts
- Official website
- www.ttcn-3.org
- Image
- MSC representation of a TTCN-3 test case.png
Show 1 more fact
- inception
- 1992-00-00
Sources (1)
via Wikidata · CC0
~3 min read
Article
3 sectionsContents
- Versions
- Background information
- External links
thumb | right | alt=A chart of an interaction between a test-case and the suit using it. The test case gives a correct request to the suit which will then give a response on whether the test succeeded or not. | Message Sequence Chart representation of a basic TTCN-3 scenario.TTCN is a programming language used for testing of communication protocols and web services. A TTCN test suite consists of many test cases written in the TTCN programming language. Until version 2 the language was written in tables and called Tree and Tabular Combined Notation. Reading and editing this language required special TTCN editors. Beginning with version 3 TTCN was renamed to Testing and Test Control Notation. It is now closer to current programming languages and can be edited with traditional editors. TTCN-3 is more flexible than TTCN-2 in that it can be used for protocol testing as well as testing traditional software.
All versions of TTCN need dedicated compilers or interpreters for execution.