TTCN-3 Bibliography |
Hui, Z. 2008, June 3–6, An approach to using TTCN3 for 3rd generation test automation. Unpublished paper presented at ETSI TTCN-3 User Conference 2008, Madrid (Spain). Added by: Deleted user (22/08/2008, 10:46) |
Resource type: Conference Paper BibTeX citation key: Hui View all bibliographic details |
Categories: General Creators: Hui Publisher: MTP, ETSI (Madrid (Spain)) Collection: ETSI TTCN-3 User Conference 2008 |
Views: 40/2532
|
Abstract |
In this presentation, we’ll describe an approach to using TTCN-3 language to realize action-word-based automation architecture. Using this architecture, test case will run on the unique test component, i.e. MTC. And there are no concepts of test ports or components, which are the mainly feature of TTCN-3 language, in the scripts. “Ports” and “components” maybe the most obstacle while applying the TTCN-3 to product’s test engineers. Our test architecture will further offer one tool to map action-words in parallel test components to the ones in MTC. So test developers only focus on TTCN-3 codes in PTCs. Solution: The approach produces one MTC corresponding to each PTC automatically. When developing TTCN-3 codes, only the PTC codes need to be developed manually, the MTCs will be created by tool. For each test feature, there is one FSPTC (feature specified PTC) and one FSMTC (feature specified MTC). All the FSMTCs will eventually be extended by the user layer MTC. Therefore, test cases can indirectly call all the PTC’s action-words. Added by: Deleted user Last edited by: Deleted user |