博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
TEST DESIGN TECHNIQUES: AN OVERVIEW
阅读量:6433 次
发布时间:2019-06-23

本文共 1728 字,大约阅读时间需要 5 分钟。

TEST DESIGN TECHNIQUES: AN OVERVIEW

-Test note of “Essential Software Test Design”

2015-11-16

目录:

 

7.1 Static and Dynamic Techniques


 

                       

Figure 7.1: Overview of test design techniques. Dynamic techniques may focus on functions or on quality factors. Static techniques, which involve scrutinising code or documentation, are usually also counted as testing, even though no code is executed.

7.3 Dynamic Test Design Techniques


 

Dynamic testing involves us means testing code by executing it. We usually split up the dynamic techniques into:

  • behaviour-based, often termed black-box,
  • structural, usually called white- or glass-box.

 

No

Target

Description

Method

Description

1

Data

test data

equivalence partitions, boundary value   analysis, domain testing

 

2

Flows

different levels, from overarching business   processes, to program code, which have both control flows and data flows.

work processes, use cases for test cases

The principles of flow testing are similar   to each other, whatever the level. Firstly, we draw up the flow graph, then   we cover the variations of the fl ows by using branch or path analysis. This   is the same principle as white box testing.

3

Event based

 

state graphs

 

4

Logic:Rules, Formulae

 

decision tables,decision tree

 

5

Combinatorial Analysis

 

all pairs, elementary comparisons

Elementary comparisons involve all   variables included in a condition being capable of determining the result of   the condition at least once, and all results of the condition being obtained.

6

Risk-based testing

 

risk lists,defect guessing, taxonomies,   defect classifi cations and attack patterns

 

7

Advanced Testing

 

scenario-based, soap opera, time cycles,   data cycles

 

转载于:https://www.cnblogs.com/Ming8006/p/4968106.html

你可能感兴趣的文章
图片上传大小限制修改
查看>>
Web集群部署(Nginx+Keepalived+Varnish+LAMP+NFS)
查看>>
cisco路由器宽带拨号pppoe
查看>>
XD5.x重置所有设置
查看>>
HTML5的新增特性
查看>>
Spring AOP回顾
查看>>
单据excel数据付款关联取数实现
查看>>
我的友情链接
查看>>
Springboot整合Netty注意事项
查看>>
Tomcat启动异常:java.lang.ClassNotFoundException
查看>>
window server 林信任关系
查看>>
深入JVM锁机制2-Lock
查看>>
libjson文档翻译
查看>>
我的友情链接
查看>>
Mysql 笔记之基础知识
查看>>
Velocity 官方实例学习一 (app_example1)
查看>>
maven 使用本地jar
查看>>
缓存穿透,缓存雪崩的四种解决方案
查看>>
酷派8150(移动版)直板4英寸单核30万像素智能手机参数
查看>>
为你喜欢的网站建立一个“快捷方式”【url】
查看>>