ITU-T Z 145-2006 Testing and Test Control Notation version 3 (TTCN-3) Control Interface (TCI) (Study Group 17)《测试和测试控制符号版本3 国际应急首选方案的支持(第17研究组)》.pdf
《ITU-T Z 145-2006 Testing and Test Control Notation version 3 (TTCN-3) Control Interface (TCI) (Study Group 17)《测试和测试控制符号版本3 国际应急首选方案的支持(第17研究组)》.pdf》由会员分享,可在线阅读,更多相关《ITU-T Z 145-2006 Testing and Test Control Notation version 3 (TTCN-3) Control Interface (TCI) (Study Group 17)《测试和测试控制符号版本3 国际应急首选方案的支持(第17研究组)》.pdf(246页珍藏版)》请在麦多课文档分享上搜索。
1、 International Telecommunication Union ITU-T Z.145TELECOMMUNICATION 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): Control Interface (TCI) ITU-T Recommendation Z.145 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.145 (03/2006) i ITU-T Recommendation Z.145 Testing and Test Control Notation version 3 (TTCN-3): Control Interface (TCI) Summary This Recommendation specifies the control interfaces for TTCN-3 (Testing and Test Control Notation 3) test system implementations. The T
7、TCN-3 Control Interface provides the recommended adaptation for management, test component handling and encoding/decoding of a test system to a particular test platform. This Recommendation defines the interfaces as a set of operations independent of a target language. The interfaces are defined to
8、be compatible with ITU-T Rec. Z.140. The interface definition in this Recommendation uses the CORBA Interface Definition Language (IDL) to specify the TCI completely. Clauses 8 and 9 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.145 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.145 (03/2006) FOREWORD The International Telecommunication Union (ITU) is the Unite
10、d 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 telecomm
11、unications 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 proc
12、edure 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 tele
13、communication 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 the
14、se 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 membe
16、rs 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, implementers 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.145 (03/2006) iii CONTENTS Page 1 Sco
18、pe . 1 2 References 1 3 Definitions and abbreviations 2 3.1 Definitions. 2 3.2 Abbreviations. 3 4 Introduction. 3 5 Compliance . 4 6 General structure of a TTCN-3 test system 4 6.1 Entities in a TTCN-3 test system 4 6.2 Execution requirements for a TTCN-3 test system . 7 7 TTCN-3 control interface a
19、nd operations. 7 7.1 Overview of the TCI 7 7.2 TCI data 9 7.3 TCI operations 18 8 Java language mapping 83 8.1 Introduction . 83 8.2 Names and scopes . 83 8.3 Constants. 97 8.4 Mapping of interfaces 98 8.5 Optional parameters. 105 8.6 TCI initialization. 105 8.7 Error handling 105 9 ANSI-C language
20、mapping. 105 9.1 Introduction . 105 9.2 Value interfaces 106 9.3 Logging interface 109 9.4 Operation interfaces. 109 9.5 Data . 123 9.6 Miscellaneous 125 10 W3C XML mapping . 125 10.1 Introduction . 125 10.2 Scopes 125 10.3 Type mapping 126 10.4 Mapping of the operations on the logging interface 144
21、 11 Use scenarios. 166 11.1 Initialization, collecting information, logging . 166 11.2 Execution of test cases and control . 169 11.3 Component handling 172 11.4 Termination of test cases and control 179 11.5 Communication 184 Annex A IDL specification of TCI 189 Annex B XML mapping for TCI TL provi
22、ded. 204 B.1 TCI-TL XML Schema for Simple Types 204 B.2 TCI-TL XML Schema for Types 204 B.3 TCI-TL XML Schema for Values. 206 B.4 TCI-TL XML Schema for Templates 211 B.5 TCI-TL XML Schema for Events. 218 B.6 TCI-TL XML Schema for a Log 236 BIBLIOGRAPHY 238 ITU-T Rec. Z.145 (03/2006) 1 ITU-T Recommen
23、dation Z.145 Testing and Test Control Notation version 3 (TTCN-3): Control Interface (TCI) 1 Scope This Recommendation specifies the control interfaces for TTCN-3 test system implementations. The TTCN-3 Control Interfaces provide a standardized adaptation for management, test component handling and
24、encoding/decoding of a test system to a particular test platform. This Recommendation defines the interfaces as a set of operations independent of a target language. The interfaces are defined to be compatible with the TTCN-3 standard (see references below). The interface definition uses the CORBA I
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ITUTZ1452006TESTINGANDTESTCONTROLNOTATIONVERSION3TTCN3CONTROLINTERFACETCISTUDYGROUP17 测试 控制 符号 版本 国际

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