BS ISO IEC IEEE 29119-5-2016 Software and systems engineering Software testing Keyword-Driven Testing《软件和系统工程 软件测试 关键字驱动测试》.pdf
《BS ISO IEC IEEE 29119-5-2016 Software and systems engineering Software testing Keyword-Driven Testing《软件和系统工程 软件测试 关键字驱动测试》.pdf》由会员分享,可在线阅读,更多相关《BS ISO IEC IEEE 29119-5-2016 Software and systems engineering Software testing Keyword-Driven Testing《软件和系统工程 软件测试 关键字驱动测试》.pdf(70页珍藏版)》请在麦多课文档分享上搜索。
1、BS ISO/IEC/IEEE 29119-5:2016 Software and systems engineering Software testing Part 5: Keyword-Driven Testing BSI Standards Publication WB11885_BSI_StandardCovs_2013_AW.indd 1 15/05/2013 15:06BS ISO/IEC/IEEE 29119-5:2016 BRITISH STANDARD National foreword This British Standard is the UK implementati
2、on of ISO/IEC/IEEE 29119-5:2016. The UK participation in its preparation was entrusted to Technical Committee IST/15, Software and systems engineering. A list of organizations represented on this committee can be obtained on request to its secretary. This publication does not purport to include all
3、the necessary provisions of a contract. Users are responsible for its correct application. The British Standards Institution 2016. Published by BSI Standards Limited 2016 ISBN 978 0 580 83376 2 ICS 35.080 Compliance with a British Standard cannot confer immunity from legal obligations. This British
4、Standard was published under the authority of the Standards Policy and Strategy Committee on 30 November 2016. Amendments/Corrigenda issued since publication Date Text affectedBS ISO/IEC/IEEE 29119-5:2016 Software and systems engineering Software testing Part 5: Keyword-Driven Testing Ingnierie du l
5、ogiciel et des systmes Essais du logiciel Partie 5: Essais axs sur des mots-cls INTERNATIONAL STANDARD ISO/IEC/ IEEE 29119-5 Reference number ISO/IEC/IEEE 29119-5:2016(E) First edition 2016-11-15 ISO/IEC 2016 IEEE 2016 BS ISO/IEC/IEEE 29119-5:2016 ISO/IEC 2016 All rights reserved ii IEEE 2016 All ri
6、ghts reserved ISO/IEC/IEEE 29119-5:2016(E) COPYRIGHT PROTECTED DOCUMENT ISO/IEC 2016, Published in Switzerland IEEE 2016 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized otherwise in any form or by any means, electronic or mechanical, includi
7、ng photocopying, or posting on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright office Institute of Electrical and Electronics Engineers, Inc Ch. de Bland
8、onnet 8 CP 401 3 Park Avenue, New York CH-1214 Vernier, Geneva, Switzerland NY 10016-5997, USA Tel. +41 22 749 01 11 Fax +41 22 749 09 47 copyrightiso.org stds.iprieee.org www.iso.org www.ieee.org IEC Central Office 3, rue de Varemb CH- 1211 Geneva 20 Switzerland E-mail inmailiec.ch Web www.iec.ch B
9、S ISO/IEC/IEEE 29119-5:2016 ISO/IEC/IEEE 29119-5:2016(E) Contents Page 1 Scope 1 2 Conformance 1 2.1 Intended usage .1 2.2 Full conformance .1 2.3 Tailored conformance .2 3 Normative references 2 4 Terms and definitions .2 5 Introduction to Keyword-Driven Testing .4 5.1 Overview .4 5.2 Layers in Key
10、word-Driven Testing .7 5.2.1 Overview .7 5.2.2 Domain layer 8 5.2.3 Test interface layer 9 5.2.4 Multiple layers 9 5.3 Types of keywords 10 5.3.1 Simple keywords. 10 5.3.2 Composite keywords 11 5.3.3 Navigation/interaction (input) and verification (output) . 14 5.3.4 Keywords and test result . 14 5.
11、4 Keywords and Data. 15 6 Application of Keyword-Driven Testing . 16 6.1 Overview 16 6.2 Identifying keywords 16 6.3 Composing test cases 17 6.4 Keywords and data-driven testing 18 6.5 Modularity and refactoring 18 6.6 Keyword-Driven Testing in the Test Design Process . 19 6.6.1 Overview 19 6.6.2 TD
12、1 Identify Feature Sets . 20 6.6.3 TD2 Derive Test Conditions . 20 6.6.4 TD3 Derive Test Coverage Items . 20 6.6.5 TD4 Derive Test Cases . 21 6.6.6 TD5 Assemble Test Sets 22 6.6.7 TD6 Derive Test Procedures 22 6.7 Converting non keyword-driven test cases into Keyword-Driven Testing . 22 7 Keyword-Dr
13、iven Testing Frameworks 22 7.1 Overview 22 7.2 Components of a Keyword-Driven Testing framework. 23 7.2.1 Overview 23 7.2.2 Keyword-driven Editor . 25 7.2.3 Decomposer 26 7.2.4 Data sequencer . 26 7.2.5 Manual test assistant . 26 7.2.6 Tool bridge 26 7.2.7 Test execution environment and execution en
14、gine 26 7.2.8 Keyword library . 27 7.2.9 Data 27 7.2.10 Script repository . 27 7.3 Basic attributes of the Keyword-Driven Testing framework 27 7.3.1 General information on basic attributes 27 7.3.2 General attributes . 27 7.3.3 Dedicated keyword-driven editor (tool) 28 7.3.4 Decomposer and data sequ
15、encer . 29 ISO/IEC 2016 All rights reserved IEEE 2016 All rights reserved iiiBS ISO/IEC/IEEE 29119-5:2016 ISO/IEC/IEEE 29119-5:2016(E) 7.3.5 Manual test assistant (tool) 29 7.3.6 Tool bridge . 29 7.3.7 Test execution engine . 29 7.3.8 Keyword library . 30 7.3.9 Script repository 30 7.4 Advanced attr
16、ibutes of frameworks 30 7.4.1 General information on advanced attributes 30 7.4.2 General attributes 30 7.4.3 Dedicated keyword-driven editor (tool) . 31 7.4.4 Decomposer and data sequencer 31 7.4.5 Manual test assistant 31 7.4.6 Tool bridge . 31 7.4.7 Test execution environment and execution engine
17、 . 32 7.4.8 Keyword library . 33 7.4.9 Test data support 33 7.4.10 Script repository 33 8 Data interchange . 33 Annex A (normative) Conventions 34 Annex B (informative) Benefits and Issues of Keyword-Driven Testing . 35 B.1 General benefits of Keyword-Driven Testing . 35 B.2 Benefits of Keyword-Driv
18、en Testing for test automation 35 B.3 Benefits of Keyword-Driven Testing for manual testing . 36 B.4 Possible issues with Keyword-Driven Testing . 36 Annex C (informative) Getting started with Keyword-Driven Testing . 37 C.1 General . 37 C.2 Identifying Keywords 37 C.3 Composing test cases 38 Annex
19、D (informative) Roles and Tasks . 39 D.1 Overview Roles and Tasks 39 D.2 Domain expert 39 D.3 Test designer . 39 D.4 Test automation expert . 40 Annex E (informative) Basic keywords . 41 E.1 Overview . 41 E.2 Basic keywords for a GUI . 41 E.3 Example application of basic keywords . 45 Annex F (infor
20、mative) Examples. 49 F.1 Overview . 49 F.2 Example: test procedure from ISO/IEC/IEEE 29119-3 49 F.3 Example: Test of shopping procedure with low-level keywords 51 F.4 Example for calculator with low-level keywords 52 F.5 Example for calculator with domain level keywords . 52 Annex G Bibliography 54
21、iv ISO/IEC 2016 All rights reserved IEEE 2016 All rights reservedBS ISO/IEC/IEEE 29119-5:2016 ISO/IEC/IEEE 29119-5:2016(E) ISO/IEC 2016 All rights reserved IEEE 2016 All rights reserved v Foreword ISO (the International Organization for Standardization) and IEC (the International Electrotechnical Co
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- BSISOIECIEEE2911952016SOFTWAREANDSYSTEMSENGINEERINGSOFTWARETESTINGKEYWORDDRIVENTESTING 软件 系统工程 测试 关键字

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