ITU-T Z 163-2007 Testing and Test Control Notation version 3 TTCN-3 graphical presentation format (GFT)《试验和试验控制符号版本3 TTCN-3图形表达格式(GFT)研究组17》.pdf
《ITU-T Z 163-2007 Testing and Test Control Notation version 3 TTCN-3 graphical presentation format (GFT)《试验和试验控制符号版本3 TTCN-3图形表达格式(GFT)研究组17》.pdf》由会员分享,可在线阅读,更多相关《ITU-T Z 163-2007 Testing and Test Control Notation version 3 TTCN-3 graphical presentation format (GFT)《试验和试验控制符号版本3 TTCN-3图形表达格式(GFT)研究组17》.pdf(134页珍藏版)》请在麦多课文档分享上搜索。
1、 International Telecommunication Union ITU-T Z.163TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (11/2007) 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 graphical presentation format (GFT) ITU-T Recommendation Z.163 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 descrip
3、tion techniques Z.110Z.119 Message Sequence Chart (MSC) Z.120Z.129 Extended Object Definition Language (eODL) Z.130Z.139 User Requirements Notation (URN) Z.150Z.159 Testing and Test Control Notation (TTCN) Z.160Z.199 PROGRAMMING LANGUAGES CHILL: The ITU-T high level language Z.200Z.209 MAN-MACHINE L
4、ANGUAGE General 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 telecommun
5、ications networks 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 Processing environment architectures Z.600Z.609 For further details, please refer to t
6、he list of ITU-T Recommendations. ITU-T Rec. Z.163 (11/2007) i ITU-T Recommendation Z.163 Testing and Test Control Notation version 3: TTCN-3 graphical presentation format (GFT) Summary ITU-T Recommendation Z.163 defines the graphical presentation format for the TTCN-3 core language as defined in IT
7、U-T Recommendation Z.161. This presentation format uses a subset of Message Sequence Charts as defined in ITU-T Recommendation Z.120 with test specific extensions. This Recommendation is based on the core TTCN-3 language defined in ITU-T Recommendation Z.161. It is particularly suited to display tes
8、ts as GFTs. It is not limited to any particular kind of test specification. The specification of other formats is outside the scope of this Recommendation. Source ITU-T Recommendation Z.163 was approved on 13 November 2007 by ITU-T Study Group 17 (2005-2008) under the ITU-T Recommendation A.8 proced
9、ure. ii ITU-T Rec. Z.163 (11/2007) FOREWORD The International Telecommunication Union (ITU) is the United Nations specialized agency in the field of telecommunications, information and communication technologies (ICTs). The ITU Telecommunication Standardization Sector (ITU-T) is a permanent organ of
10、 ITU. ITU-T is responsible for studying technical, operating and tariff questions and issuing Recommendations on them with a view to standardizing telecommunications on a worldwide basis. The World Telecommunication Standardization Assembly (WTSA), which meets every four years, establishes the topic
11、s 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 procedure laid down in WTSA Resolution 1. In some areas of information technology which fall within ITU-Ts purview, the necessary standards are prepa
12、red on a collaborative basis with ISO and IEC. NOTE In this Recommendation, the expression “Administration“ is used for conciseness to indicate both a telecommunication administration and a recognized operating agency. Compliance with this Recommendation is voluntary. However, the Recommendation may
13、 contain certain mandatory provisions (to ensure e.g. interoperability or applicability) and compliance with the Recommendation is achieved when all of these mandatory provisions are met. The words “shall“ or some other obligatory language such as “must“ and the negative equivalents are used to expr
14、ess requirements. The use of such words does not suggest that compliance with the Recommendation is required of any party. INTELLECTUAL PROPERTY RIGHTS ITU draws attention to the possibility that the practice or implementation of this Recommendation may involve the use of a claimed Intellectual Prop
15、erty Right. ITU takes no position concerning the evidence, validity or applicability of claimed Intellectual Property Rights, whether asserted by ITU members or others outside of the Recommendation development process. As of the date of approval of this Recommendation, ITU had not received notice of
16、 intellectual property, protected by patents, which may be required to implement this Recommendation. However, implementers are cautioned that this may not represent the latest information and are therefore strongly urged to consult the TSB patent database at http:/www.itu.int/ITU-T/ipr/. ITU 2008 A
17、ll 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.163 (11/2007) iii CONTENTS Page 1 Scope 1 2 References. 1 3 Abbreviations 1 4 Overview 2 5 GFT language concepts 3 6 Mapping between GFT and TTCN-3 Co
18、re language . 5 7 Module structure. 5 8 GFT symbols 7 9 GFT diagrams . 9 9.1 Common properties 9 9.2 Control diagram 10 9.3 Test case diagram . 11 9.4 Function diagram 12 9.5 Altstep diagram 13 10 Instances in GFT diagrams . 14 10.1 Control instance 14 10.2 Test component instances. 14 10.3 Port ins
19、tances 15 11 Elements of GFT diagrams. 15 11.1 General drawing rules. 15 11.2 Invoking GFT diagrams . 17 11.3 Declarations 19 11.4 Basic program statements. 21 11.5 Behavioural program statements 24 11.6 Default handling . 29 11.7 Configuration operations 30 11.8 Communication operations. 33 11.9 Ti
20、mer operations. 52 11.10 Test verdict operations . 55 11.11 External actions 56 11.12 Specifying attributes. 56 Annex A GFT BNF. 57 A.1 Meta-language for GFT 57 A.2 Conventions for the syntax description 57 A.3 The GFT grammar 58 Annex B Reference guide for GFT. 81 iv ITU-T Rec. Z.163 (11/2007) Page
21、 Annex C Examples . 110 C.1 The Restaurant example . 110 C.2 The INRES example. 119 ITU-T Rec. Z.163 (11/2007) v Introduction The graphical presentation format of TTCN-3 (GFT) is based on ITU-T Z.120 defining Message Sequence Charts (MSC). GFT uses a subset of MSC with test specific extensions. The
22、majority of extensions are textual extensions only. Graphical extensions are defined to ease the readability of GFT diagrams. Where possible, GFT is defined like MSC, so that established MSC tools with slight modifications can be used for the graphical definition of TTCN-3 test cases in terms of GFT
23、. The core language of TTCN-3 is defined in ITU-T Z.161 and provides a full text-based syntax, static semantics and operational semantics as well as a definition for the use of the language with ASN.1. The GFT presentation format provides an alternative way of displaying the core language (see Figur
24、e 1). TTCN-3 Core Language Presentation formatnTTCN-3 User ASN.1 Types the guidelines for the use of GFT; the grammar of GFT; the mapping from and to the TTCN-3 core language. Together, these characteristics form the graphical presentation format of TTCN-3. ITU-T Rec. Z.163 (11/2007) 1 ITU-T Recomme
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ITUTZ1632007TESTINGANDTESTCONTROLNOTATIONVERSION3TTCN3GRAPHICALPRESENTATIONFORMATGFT 试验 控制 符号 版本 TTCN3

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