首页  软件  游戏  图书  电影  电视剧

请输入您要查询的图书:

 

图书 自动化软件测试实施指南(英文版)/国外计算机科学教材系列
内容
编辑推荐

在新软件开发的过程中,测试占据的时间和成本百分比越来越大。采用自动化软件测试(AST)方法,开发人员和软件测试人员可以优化软件测试生命周期,从而减少成本。随着技术和开发变得越来越复杂,AST变得更加不可或缺了。本书《自动化软件测试实施指南》(英文版)以经过验证的实践和自动化测试生命周期方法学(ATLM)为基础,提供了更新的实践,为成功实施AST提供了完整的指导。

在本书中,三位权威专家Elfriede Dustin、Thom Garrett和Bernie Gauf详细阐释了AST,系统地回顾了AST的组成元素、能力以及限制。他们利用在防御系统和商业中部署AST的经验,给出了整个AST的实施过程——确定最佳时间、关键的成功因素、主要隐患,以及避免这些隐患的解决方案。

内容推荐

《自动化软件测试实施指南》(英文版)讲解什么是自动化测试,为什么要进行自动化测试,以及实施自动化测试过程中的各种方法和需要注意的问题。全书分为两个部分,第一部分中作者以自身的经验诠释了自动化测试的重要性以及好处;第二部分具体讲解了自动化测试中的6个要点,包括需求收集、制定自动化测试策略、测试自动化软件测试框架、持续跟踪过程并调整、实施自动化测试过程以及恰当的人员安排。附录中还给出了具体的自动化测试实例。

《自动化软件测试实施指南》(英文版)适合作为软件测试自动化相关课程的双语教材,也适合软件测试人员、质量评估人员、项目管理人员和软件开发人员作为参考用书。

目录

Foreword by Admiral Edmund P. Giambastiani, Jr. 15

Foreword by Dr. William Nylin, Jr. 17

Preface 19

Acknowledgments 23

About the Authors 24

Part One What Is Automated Software Testing and Why Shoul We Automate? 1

1 What Is Effective Automated Software Testing (AST)? 3

1.1 Automated Software Testing Definition 4

1.2 Automated Software Testing Recipes 5

1.3 Advances in AST Technologies 8

1.4 Automating Various Software Testing Types 11

1.5 Providing AST-Based Production Support 16

1.6 Automating Standards Assessments 18

2 Why Automate? 23

2.1 The Challenges of Testing Software Today 24

2.2 Reducing the Time and Cost of Software Testing 26

2.3 Impacting Software Quality 38

2.4 Improvements to Your Software Test Program 42

3 The Business Case

3.1 Definition of the Business Case 51

3.2 Identifying the Business Needs 53

3.3 Justifying Automation in Terms of Cost and Benefits 55

3.4 Risks 65

3.5 Other Considerations 67

4 Why Automated Software Testing Fails and Pitfalls to Avoid 69

4.1 R&D Does Not Generally Focus on Automated or Manual Testing Efforts 71

4.2 AST Myths and Realities 74

4.3 Lack of Software Development Consideration for AST 83

4.4 The Forest for the Trees-Not Knowing Which Tool to Pick 91

4.5 Lack of Automaton Standards across Tool Vendors 94

4.6 Lack of Business Case 97

Part Two How to Automate: Top Six Keys for Automation Payoff 99

5 Key 1: Know Your Requirements 101

5.1 Understand the AST Support Requirements 102

5.2 Additional Information in Support of AST Requirements 114

5.3 When Information Is Not Available 116

5.4 Start Implementing Your Requirements Traceability Matrix(RTM) 124

6 Key 2: Develop the Automated Test Strategy 129

6.1 The AST Strategy Document 131

6.2 Scope and Automated Test Objectives 132

6.3 Identify the Approach 139

6.4 Automated Software Test Framework(ASTF) 146

6.5 AST Environment/Configuration 150

6.6 Automating the RTM 159

6.7 Automated Defect Tracking 164

7 Key 3: Test the Automated Software Test Framework (ASTF) 167

7.1 Verify That the ASTF Meets Specified Requirements and That Features Behave As Expected 169

7.2 Peer-Review All ASTF-Related Artifacts, Including Design,Development, and Test Cases 170

7.3 Verify Requirements and Coverage 182

7.4 Hold a Customer Review 183

8 Key 4: Continuously Track Progress--and Adjust Accordingly 187

8.1 AST Program Tracking and Defect Prevention 188

8.2 AST Metrics 192

8.3 Root Cause Analysis 205

9 Key 5: Implement AST Processes 209

9.1 AST Phases and Milestones 211

9.2 AST Phase 1: Requirements Gathering-Analyze Automated testing Needs 212

9.3 AST Phase 2: Test Case Design and Development 215

9.4 AST Phase 3: Automated Software Testing Framework (ASTF) Test Script Development 216

9.5 AST Phase 4: Automated Test Execution and Results Reporting 217

9.6 AST Phase 5: Program Review and Assessment 218

9.7 Virtual Quality Gates 219

9.8 Process Measurement 220

10. Key 6: Put the Right People on the Project-Know the Skill Sets Required 223

10.1 Program Management 232

10.2 Systems Engineering 236

10.3 Software Development 239

10.4 Configuration Management 242

10.5 Quality Assurance 244

10.6 Subject Matter Experts(SMEs) 246

Appendices

A Process Checklist 251

A.1 AST Phase 1: Requirements Gathering-Analyze Automated testing Needs 252

A.2 AST Phase 2: Test Case Design and Development 253

A.3 AST Phase 3: Automated Software Testing Framework (ASTF) and Test Script Development 254

A.4 AST Phase 4: Automated Test Execution and Results Reporting 255

A.5 AST Phase 5: Program Review and Assessment 256

B. AST Applied to Various Testing Types 257

B.1 Security Testing 257

B.2 Soak Testing 261

B.3 Concurrency Testing 263

B.4 Performance Testing 265

B.5 Code Coverage Testing 266

B.6 Unit Testing 271

C The Right Tool for the Job 275

C.1 Requirements Management (RM) 276

C.2 Unit Testing Frameworks--Example Evaluation 278

C.3 Configuration Management--Example Evaluation 284

C.4 Defect Tracking--Example Evaluation 292

C.5 Security Testing 299

C.6 Automated Software Testing Framework (ASTF)-Example Evaluation 306

C.7 Other STL Support Tools 316

D Case Study: An Automated Software Testing Framework(ASTF) Example 321

D.1 Key Design Features 323

D.2 Test Manager 325

D.3 More on Automated Test Case and Test Code Generation 326

D.4 Results Reporting 328

D.5 Automated Defect Reporting 328

Contributing Authors 331

Index 333

标签
缩略图
书名 自动化软件测试实施指南(英文版)/国外计算机科学教材系列
副书名
原作名
作者 (美)达斯廷//加勒特//高夫
译者
编者
绘者
出版社 电子工业出版社
商品编码(ISBN) 9787121129506
开本 16开
页数 340
版次 1
装订 平装
字数 510
出版时间 2011-03-01
首版时间 2011-03-01
印刷时间 2011-03-01
正文语种
读者对象 青年(14-20岁),研究人员,普通成人
适用范围
发行范围 公开发行
发行模式 实体书
首发网站
连载网址
图书大类
图书小类
重量 0.508
CIP核字
中图分类号 TP311.5-62
丛书名
印张 22.75
印次 1
出版地 北京
235
185
15
整理
媒质 图书
用纸 普通纸
是否注音
影印版本 原版
出版商国别 CN
是否套装 单册
著作权合同登记号 图字01-2011-1030
版权提供者 Pearson Education
定价
印数
出品方
作品荣誉
主角
配角
其他角色
一句话简介
立意
作品视角
所属系列
文章进度
内容简介
作者简介
目录
文摘
安全警示 适度休息有益身心健康,请勿长期沉迷于阅读小说。
随便看

 

兰台网图书档案馆全面收录古今中外各种图书,详细介绍图书的基本信息及目录、摘要等图书资料。

 

Copyright © 2004-2025 xlantai.com All Rights Reserved
更新时间:2025/5/21 2:11:57