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

请输入您要查询的图书:

 

图书 软件测试基础教程(英文版第2版)/图灵原版计算机科学系列
内容
编辑推荐

本书是国际软件测试认证委员会认证考试的指定教材,也是软件学院相关专业软件测试课程的理想教材。

全书共分7章,主要从软件测试的基础、软件生存周期中的测试、静态测试、测试设计技术、测试管理测试工具等几个方面介绍了软件和系统测试的基本技术、工具和概念。

本书适合作为本科院校软件学院相关专业软件测试课程的教材,也是软件测试领域技术人员的理想参考书。

内容推荐

本书是国际软件测试认证委员会(ISTQB)认证考试的指定教材,也是软件学院相关专业软件测试课程的理想教材。书中从软件测试的基础、软件生存周期中的测试、静态测试、测试设计技术、测试管理测试工具等几个方面介绍了软件和系统测试的基本技术、工具和概念。

本书适合作为本科院校软件学院相关专业软件测试课程的教材,也是软件测试领域技术人员的理想参考书。

目录

1 Introduction 1

2 The Basics of Software Testing 5

 2.1 Terms and Motivation 6

2.1.1 Error and Bug Terminology 7

2.1.2 Testing Terms 8

2.1.3 Software Quality 10

2.1.4 Test Effort 12

 2.2 The Fundamental Test Process 16

2.2.1 Test Planning and Control 18

2.2.2 Test Analysis and Design 21

2.2.3 Test Implementation and Execution 24

2.2.4 Evaluation of the Test Exit Criteria and Reporting 26

2.2.5 Test Closure Activities 29

 2.3 The Psychology of Testing 30

 2.4 General Principles of Testing 32

 2.5 Summary 33

3 Testing in the Software Lifecycle 35

 3.1 The General V-Model 35

 3.2 Component Test 38

3.2.1 Explanation of Terms 38

3.2.2 Test Objects 39

3.2.3 Test Environment 39

3.2.4 Test Objectives 42

3.2.5 Test Strategy 44

 3.3 Integration Test 46

3.3.1 Explanation of Terms 46

3.3.2 Test Objects 48

3.3.3 Test Environment 48

3.3.4 Test Objectives 49

3.3.5 Integration Strategies 51

 3.4 System Test 54

3.4.1 Explanation of Terms 54

3.4.2 Test Object and Test Environment 55

3.4.3 Test Objectives 56

3.4.4 Problems in System Test Practice 56

 3.5 Acceptance Test 57

3.5.1 Testing for Acceptance According to the Contract 58

3.5.2 Testing for User Acceptance 59

3.5.3 Operational (Acceptance) Testing 59

3.5.4 Field Testing 60

3.6 Testing New Product Versions 60

 3.6.1 Software Maintenance 61

3.6.2 Release Development 63

3.6.3 Testing in Incremental Development 64

 3.7 Generic Types of Testing 65

3.7.1 Functional Testing 65

3.7.2 Nonfunctional Testing 67

3.7.3 Testing of Software Structure 69

3.7.4 Testing Related to Changes and Regression Testing 70

 3.8 Summary 71

4 Static Testing 73

 4.1 Structured Group Examinations 73

4.1.1 Foundations 73

4.1.2 Reviews 74

4.1.3 The General Process 76

4.1.4 Roles and Responsibilities 80

4.1.5 Types of Reviews 82

 4.2 Static Analysis 88

4.2.1 The Compiler as Static Analysis Tool 90

4.2.2 Examination of Compliance to Conventions and Standards 90

4.2.3 Data Flow Analysis 91

4.2.4 Control Flow Analysis 92

4.2.5 Determining Metrics 93

 4.3 Summary 95

5 Dynamic Analysis-Test Design Techniques 97

 5.1 Black Box Testing Techniques 101

5.1.1 Equivalence Class Partitioning 101

5.1.2 Boundary Value Analysis 112

5.1.3 State Transition Testing 119

5.1.4 Cause-Effect Graphing and Decision Table Technique 126

5.1.5 Use Case Testing 130

5.1.6 Further Black Box Techniques 133

5.1.7 General Discussion of the Black Box Technique 133

 5.2 White Box Testing Techniques 134

5.2.1 Statement Coverage 135

5.2.2 Branch Coverage 137

5.2.3 Test of Conditions 140

5.2.4 Path Coverage 144

5.2.5 Further White Box Techniques 148

5.2.6 General Discussion of the White Box Technique 148

5.2.7 Instrumentation and Tool Support 149

 5.3 Intuitive and Experience Based Test Case Determination 149

 5.4 Summary 153

6 Test Management 157

 6.1 Test Organization 157

6.1.1 Test Teams 157

6.1.2 Tasks and Qualifications 160

 6.2 Test Planning 162

6.2.1 Quality Assurance Plan 162

6.2.2 Test Plan 163

6.2.3 Prioritizing Tests 165

6.2.4 Test Exit Criteria 167

 6.3 Cost and Economy Aspects 167

6.3.1 Costs of Defects 167

6.3.2 Costs of Testing 169

6.3.3 Test Effort Estimation 171

 6.4 Definition of Test Strategy 172

6.4.1 Preventative vs Reactive Approach 172

6.4.2 Analytical vs Heuristic Approach 173

6.4.3 Testing and Risk 174

 6.5 Test Activity Management 176

6.5.1 Test Cycle Planning 176

6.5.2 Test Cycle Monitoring 177

6.5.3 Test Cycle Control 179

 6.6 Incident Management 180

6.6.1 Test Log 180

6.6.2 Incident Reporting 180

6.6.3 Incident Classification 183

6.6.4 Incident Status 184

 6.7 Requirements to Configuration Management 187

 6.8 Relevant Standards 189

 6.9 Summary 190

7 Test Tools 193

 7.1 Types of Test Tools 193

7.1.1 Tools for Test Management and Control 193

7.1.2 Tools for Test Specification 196

7.1.3 Tools for Static Testing 197

7.1.4 Tools for Dynamic Test 198

7.1.5 Tools for Nonfunctional Tests 203

 7.2 Selection and Introduction of Test Tools 204

7.2.1 Cost Effectiveness of Tool Introduction 205

7.2.2 Tool Selection 206

7.2.3 Tool Introduction 208

 7.3 Summary 209

Appendix 211

 A Test Plan According to IEEE Std.829 213

 B Important Information on the Curriculum and on the Certified Tester Exam 219

 C Exercises 221

Glossary 225

Literature 257

Index 265

标签
缩略图
书名 软件测试基础教程(英文版第2版)/图灵原版计算机科学系列
副书名
原作名
作者 (德)斯皮勒//林茨//(挪)谢弗
译者
编者
绘者
出版社 人民邮电出版社
商品编码(ISBN) 9787115173706
开本 16开
页数 272
版次 1
装订 平装
字数 375
出版时间 2008-04-01
首版时间 2008-04-01
印刷时间 2008-04-01
正文语种
读者对象 青年(14-20岁),普通成人
适用范围
发行范围 公开发行
发行模式 实体书
首发网站
连载网址
图书大类
图书小类
重量 0.394
CIP核字
中图分类号 TP311.5
丛书名
印张 18
印次 1
出版地 北京
235
187
12
整理
媒质 图书
用纸 普通纸
是否注音
影印版本 原版
出版商国别 CN
是否套装 单册
著作权合同登记号 图字01-2007-4740号
版权提供者 Rocky Nook Inc.
定价
印数 3000
出品方
作品荣誉
主角
配角
其他角色
一句话简介
立意
作品视角
所属系列
文章进度
内容简介
作者简介
目录
文摘
安全警示 适度休息有益身心健康,请勿长期沉迷于阅读小说。
随便看

 

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

 

Copyright © 2004-2025 xlantai.com All Rights Reserved
更新时间:2025/5/19 20:52:12