» 您尚未 登录   注册 | 社区服务 | FTP中心 | 帮助 | 社区 | 无图版 | 测试百科  | 测试Blog 
软件测试基地论坛 -> 英语天天看 -> Some Testing definitions [zt]
 XML   RSS 2.0   WAP 

--> 本页主题: Some Testing definitions [zt] 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题
土土松


该用户目前不在线
级别: 论坛版主
精华: 7
发帖: 1689
基地声望: 246 点
基地币: 2765 Bug
基地贡献: 6 点
好评度: 48 点
在线时间:1031(小时)
注册时间:2005-10-30
最后登录:2007-10-29
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子

Some Testing definitions [zt]

SMOKE/SANITY/ REGRESSION/MONKEY/GORILLAS and GUERILLAS/Ad hoc TESTS


SMOKE TESTS
-----------------
Smoke tests get their name from the electronics industry. Circuits
are laid out on a "bread board" and power is applied. If anything
starts smoking, there is a problem and testing stops.

In the software industry, smoke testing is a shallow and wide approach
to the application. You "touch" all areas of the application without
getting too deep, looking for answers to basic questions like, "Can I
launch the test item at all?" "Does it open to a window?" "Do the
buttons on the window do things?" No need to get down to field
validation or business flows; if you get a "No" answer to basic
questions like these, then the application is so badly broken, there's
effectively nothing there to test.

Smoke test is also known as a "Build Verification Test" or BVT.

SANITY TESTS
------------------
"Sanity testing" and "smoke testing" are often felt to be the same
thing. Where a distinction is made, it's usually in one of two
directions. Either sanity testing is a focussed but limited form of
regression testing – narrow and deep, but cursory; or it's broad and
shallow, like smoke test, but concerned more with the possibility of
"insane behaviour" such as slowing the entire system to a crawl, or
destroying the database.

Generally, a smoke test is scripted (either using a written set of
tests or an automated test), whereas a sanity test is usually
unscripted.

REGRESSION TESTING
---------------------------
A "regression" is a degradation in behaviour or performance that
results as an unintended side-effect of a legitimate change to
software, or to its operational environment. Regressions are
alarmingly common in the maintenance environment particularly, and
represent a considerable risk because, with the complex
interconnectivity of modern software, there is no necessary apparent
relationship between the scale, location, and occasion of a change,
and the severity, location, or time of manifestation of a regression.

Regression testing reruns test cases that were previously passed by
the software under test, to see whether they now fail. Failure of a
previously-passed test indicates the existence of a regression. When
changes to software are made, risk analysis (here called "impact
analysis") can be used to narrow down the likely locations for
regressions, and regression testing may concentrate on them, but with
no guarantee that regressions will not occur in untested parts of the
system. The frequency with which regressions occur, the risk they
represent, and the practical impossibility of predicting their
locations and effects, are major reasons behind the growth in use of
test execution tools ("capture/replay" tools).

Smoke tests and sanity tests may both be considered limited forms of
regression test. A full regression test reruns *all* test cases that
have been executed to date (and that are still relevant to the current
version of the software under test).

See also <http://en.wikipedia.org/wiki/Regression_testing>

MONKEY TESTS
-------------------
A monkey test is also unscripted, but this sort of test is like a room
full of monkeys with a typewriter (or computer) placed in front of
each of them. The theory is that, given enough time, you could get
the works of Shakespeare (or some other document) out of them. This
is based on the idea that random activity can create order, or
(eventually) cover all options. "Monkey-test automation tools", using
a method called "coverage-checked random unit testing" (CRUT), permit
many thousands of input combinations to be tested very rapidly; see,
for example, http://www.csd.uwo.ca/faculty/andrews/papers/index.html.

GORILLAS and GUERILLAS
--------------------------------
"Gorilla testing" has also been used to describe testing done as if
done by "idiots randomly pounding the keyboard", typically by people
who equate exploratory testing and random testing. Some places will
also use this term to describe an intense round of testing -- quite
often redirecting all available resources to the activity. The idea
here is to test as much of the application in as short a period of
time as possible. There are no formal test cases.

Guerrilla testing, on the other hand, has often been used to refer to
tightly focused exploratory sessions that use particularly harsh
tests.

James Bach has taken exploratory testing to deeper levels and he
defines it as "An interactive process of simultaneous learning, test
design, and test execution." See
<http://www.satisfice.com/glossary.htm#Exploratory%20Testing> and
<http://www.satisfice.com/articles/et-article.pdf>.

Ad hoc tests are unscripted tests. Some would equate them to monkey
tests. Others would equate them with exploratory tests. By definition
(<http://dictionary.cambridge.org/define.asp?key=927&dict=CALD> or
<http://www.m-w.com/cgi-bin/dicti ... onary&va=ad+hoc> or
<http://www.askoxford.com/concise_oed/adhoc>) an ad hoc test is a
specific test for the purpose at hand. No consideration is made for
further re-use of test. The goal is to be an effective or efficient
test.


MSN:ss2maomao@hotmail.com
我的博客已经升级:
http://hi.baidu.com/lidanny
欢迎莅临~~!!~~

[楼 主] | Posted: 2006-10-20 09:26 顶端
juliaxie


该用户目前不在线
级别: 测试新手
精华: 0
发帖: 1
基地声望: 1 点
基地币: 6424 Bug
基地贡献: 0 点
好评度: 0 点
在线时间:0(小时)
注册时间:2006-10-20
最后登录:2006-10-20
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子




[1 楼] | Posted: 2006-10-20 11:05 顶端
出山小妖




该用户目前不在线
级别: 测试新手
精华: 0
发帖: 13
基地声望: 1 点
基地币: 6440 Bug
基地贡献: 0 点
好评度: 0 点
在线时间:16(小时)
注册时间:2006-08-15
最后登录:2007-03-26
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子



好东西
[2 楼] | Posted: 2006-10-24 17:07 顶端
sai655




该用户目前不在线
级别: 测试新手
精华: 0
发帖: 22
基地声望: 4 点
基地币: 6226 Bug
基地贡献: 0 点
好评度: 0 点
在线时间:2(小时)
注册时间:2007-01-14
最后登录:2007-05-18
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子



有没有中文对照的???
[3 楼] | Posted: 2007-01-23 13:12 顶端
月光疾风


该用户目前不在线
级别: 助理测试工程师
精华: 0
发帖: 91
基地声望: 22 点
基地币: 2300 Bug
基地贡献: 11 点
好评度: 0 点
在线时间:70(小时)
注册时间:2007-03-01
最后登录:2008-08-10
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子



And what can we learn from these definitions?

That's the most important problem!

[4 楼] | Posted: 2007-03-23 14:15 顶端
guoxu1984


该用户目前不在线
级别: 测试新手
精华: 0
发帖: 24
基地声望: 2 点
基地币: 2233 Bug
基地贡献: 0 点
好评度: 0 点
在线时间:13(小时)
注册时间:2007-03-08
最后登录:2007-04-10
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子



好东西
[5 楼] | Posted: 2007-03-25 22:16 顶端
windy4ever


该用户目前不在线
级别: Cntesting老学员
精华: 0
发帖: 618
基地声望: 94 点
基地币: 0 Bug
基地贡献: 5 点
好评度: 14 点
在线时间:154(小时)
注册时间:2006-02-15
最后登录:2008-07-17
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子



收藏


[6 楼] | Posted: 2007-04-12 00:19 顶端
月光疾风


该用户目前不在线
级别: 助理测试工程师
精华: 0
发帖: 91
基地声望: 22 点
基地币: 2300 Bug
基地贡献: 11 点
好评度: 0 点
在线时间:70(小时)
注册时间:2007-03-01
最后登录:2008-08-10
查看作者资料 发送短消息 推荐此帖 引用回复这个帖子



THX
These things made me stronger and stronger.

[7 楼] | Posted: 2007-04-26 18:21 顶端

软件测试基地论坛 -> 英语天天看




软件测试基地上海测仕信息技术有限公司旗下网站
Copyright © 2005-2007 Cntesting.com, All Rights Reserved
沪ICP备06057721号

Powered by PHPWind Code © 2003-06 PHPWind
Total 0.146099(s) query 5, Time now is:08-29 06:54, Gzip disabled
You can contact us


每日一句:Loading...