1. Project objective
- Translate TTCN-MP specification to
ATS (Abstract Test Suite)written in readable C code
- Easy targeting from ATS to ETS (Executable
Test Suite)
- ˇ°Compact & lightweightˇ± tool
2. Project Scope
- The system named TestGen(TTCN Translator)
will translate from TTCN-MP to ATS written in ANSI C code. To complete the
production of an ETS from ATS, the generated C code must be adapted to the
specific target environment. The generated C code forms an ETS together
with the Interface. GCI is a minimal interface for the adaptation of the generated
code to a specific target environment. Necessary top-level functions of
the system are lexical analysis, syntax analysis, semantic analysis, symbol
table management, code generator, GCI.
3. Client
- TTA (Telecommunications Technology Association
)
4. Mentors
- SungWon Kang
- SooDong Kim
- Dave Root
- James Tomayko