ITU-T Z 144-2006 Testing and Test Control Notation version 3 (TTCN-3) Runtime interface (TRI) (Study Group 17)《测试和测试控制符号版本3 国际应急首选方案的支持(第17研究组)》.pdf
《ITU-T Z 144-2006 Testing and Test Control Notation version 3 (TTCN-3) Runtime interface (TRI) (Study Group 17)《测试和测试控制符号版本3 国际应急首选方案的支持(第17研究组)》.pdf》由会员分享,可在线阅读,更多相关《ITU-T Z 144-2006 Testing and Test Control Notation version 3 (TTCN-3) Runtime interface (TRI) (Study Group 17)《测试和测试控制符号版本3 国际应急首选方案的支持(第17研究组)》.pdf(56页珍藏版)》请在麦多课文档分享上搜索。
1、 International Telecommunication Union ITU-T Z.144TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2006) SERIES Z: LANGUAGES AND GENERAL SOFTWARE ASPECTS FOR TELECOMMUNICATION SYSTEMS Formal description techniques (FDT) Testing and Test Control Notation (TTCN) Testing and Test Control Notation ve
2、rsion 3 (TTCN-3): Runtime interface (TRI) ITU-T Recommendation Z.144 ITU-T Z-SERIES RECOMMENDATIONS LANGUAGES AND GENERAL SOFTWARE ASPECTS FOR TELECOMMUNICATION SYSTEMS FORMAL DESCRIPTION TECHNIQUES (FDT) Specification and Description Language (SDL) Z.100Z.109 Application of formal description techn
3、iques Z.110Z.119 Message Sequence Chart (MSC) Z.120Z.129 Extended Object Definition Language (eODL) Z.130Z.139 Testing and Test Control Notation (TTCN) Z.140Z.149 User Requirements Notation (URN) Z.150Z.159 PROGRAMMING LANGUAGES CHILL: The ITU-T high level language Z.200Z.209 MAN-MACHINE LANGUAGE Ge
4、neral principles Z.300Z.309 Basic syntax and dialogue procedures Z.310Z.319 Extended MML for visual display terminals Z.320Z.329 Specification of the man-machine interface Z.330Z.349 Data-oriented human-machine interfaces Z.350Z.359 Human-machine interfaces for the management of telecommunications n
5、etworks Z.360Z.379 QUALITY Quality of telecommunication software Z.400Z.409 Quality aspects of protocol-related Recommendations Z.450Z.459 METHODS Methods for validation and testing Z.500Z.519 MIDDLEWARE Distributed processing environment Z.600Z.609 For further details, please refer to the list of I
6、TU-T Recommendations. ITU-T Rec. Z.144 (03/2006) i ITU-T Recommendation Z.144 Testing and Test Control Notation version 3 (TTCN-3): Runtime interface (TRI) Summary This Recommendation provides the specification of the runtime interface for TTCN-3 (Testing and Test Control Notation 3) test system imp
7、lementations. The TTCN-3 Runtime Interface provides the recommended adaptation for timing and communication of a test system to a particular processing platform and the system under test, respectively. This Recommendation defines the interface as a set of operations independent of target language. T
8、he interface is defined to be compatible with ITU-T Rec. Z.140. This Recommendation uses the CORBA Interface Definition Language (IDL) to specify the TRI completely. Clauses 6 and 7 specify language mappings of the abstract specification to the target languages Java and ANSI-C. A summary of the IDL-
9、based interface specification is provided in Annex A. Source ITU-T Recommendation Z.144 was approved on 16 March 2006 by ITU-T Study Group 17 (2005-2008) under the ITU-T Recommendation A.8 procedure. ii ITU-T Rec. Z.144 (03/2006) FOREWORD The International Telecommunication Union (ITU) is the United
10、 Nations specialized agency in the field of telecommunications. The ITU Telecommunication Standardization Sector (ITU-T) is a permanent organ of ITU. ITU-T is responsible for studying technical, operating and tariff questions and issuing Recommendations on them with a view to standardizing telecommu
11、nications on a worldwide basis. The World Telecommunication Standardization Assembly (WTSA), which meets every four years, establishes the topics for study by the ITU-T study groups which, in turn, produce Recommendations on these topics. The approval of ITU-T Recommendations is covered by the proce
12、dure laid down in WTSA Resolution 1. In some areas of information technology which fall within ITU-Ts purview, the necessary standards are prepared on a collaborative basis with ISO and IEC. NOTE In this Recommendation, the expression “Administration“ is used for conciseness to indicate both a telec
13、ommunication administration and a recognized operating agency. Compliance with this Recommendation is voluntary. However, the Recommendation may contain certain mandatory provisions (to ensure e.g. interoperability or applicability) and compliance with the Recommendation is achieved when all of thes
14、e mandatory provisions are met. The words “shall“ or some other obligatory language such as “must“ and the negative equivalents are used to express requirements. The use of such words does not suggest that compliance with the Recommendation is required of any party. INTELLECTUAL PROPERTY RIGHTS ITU
15、draws attention to the possibility that the practice or implementation of this Recommendation may involve the use of a claimed Intellectual Property Right. ITU takes no position concerning the evidence, validity or applicability of claimed Intellectual Property Rights, whether asserted by ITU member
16、s or others outside of the Recommendation development process. As of the date of approval of this Recommendation, ITU had not received notice of intellectual property, protected by patents, which may be required to implement this Recommendation. However, implementors are cautioned that this may not
17、represent the latest information and are therefore strongly urged to consult the TSB patent database. ITU 2006 All rights reserved. No part of this publication may be reproduced, by any means whatsoever, without the prior written permission of ITU. ITU-T Rec. Z.144 (03/2006) iii CONTENTS Page 1 Scop
18、e . 1 1.1 Compliance 1 2 References 1 3 Definitions and abbreviations 1 3.1 Definitions. 1 3.2 Abbreviations. 2 4 General structure of a TTCN-3 test system 3 4.1 Entities in a TTCN-3 test system 3 4.2 Interfaces in a TTCN-3 test system. 5 4.3 Execution requirements for a TTCN-3 test system . 6 5 TTC
19、N-3 Runtime Interface and operations 6 5.1 Overview of the TRI 6 5.2 Error handling 7 5.3 Data interface. 8 5.4 Operation descriptions . 9 5.5 Communication interface operations . 10 5.6 Platform interface operations. 20 6 Java language mapping 23 6.1 Introduction . 23 6.2 Names and scopes . 23 6.3
20、Type mapping 23 6.4 Constants. 30 6.5 Mapping of interfaces 31 6.6 Optional parameters. 33 6.7 TRI initialization. 34 6.8 Error handling 34 7 ANSI-C language mapping. 34 7.1 Introduction . 34 7.2 Names and scopes . 34 7.3 Memory management 38 7.4 Error handling 38 8 Use scenarios. 38 8.1 First scena
21、rio 39 8.2 Second scenario 41 8.3 Third scenario 43 Annex A (normative) IDL Summary . 45 BIBLIOGRAPHY 48 iv ITU-T Rec. Z.144 (03/2006) Introduction This Recommendation consists of two distinct parts, the first part describing the structure of a TTCN-3 test system implementation and the second part p
22、resenting the TTCN-3 Runtime Interface specification. The first part introduces the decomposition of a TTCN-3 test system into four main entities: Test Management (TM); TTCN-3 Executable (TE); SUT Adapter (SA); and Platform Adapter (PA). In addition, the interaction between these entities, i.e., the
23、 corresponding interfaces, is defined. The second part of this Recommendation specifies the TTCN-3 Runtime Interface (TRI). The interface is defined in terms of operations, which are implemented as part of one entity and called by other entities of the test system. For each operation, the interface
24、specification defines associated data structures, the intended effect on the test system and any constraints on the usage of the operation. Note that this interface specification only defines interactions between the TSI and the SUT as well as timer operations. ITU-T Rec. Z.144 (03/2006) 1 ITU-T Rec
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ITUTZ1442006TESTINGANDTESTCONTROLNOTATIONVERSION3TTCN3RUNTIMEINTERFACETRISTUDYGROUP17 测试 控制 符号 版本 国际

链接地址:http://www.mydoc123.com/p-806592.html