skinapi 发表于 2006-1-20 15:16:05

Rapid Software Testing

James Bach讲的一门课,附件是课程的相关资料,大家也可以从他的网站直接下,还有一个Rapid Software Testing-appendices,做附件传不上来,内容很丰富。
http://www.satisfice.com/

Nokia0906 发表于 2006-1-20 15:24:15

谢谢版主

顶一下!

tjzhang 发表于 2006-1-26 00:54:30

多谢BZ

学习中... Thanks :)

tjj006 发表于 2006-2-20 13:06:03

慢慢学……

好长的文档,学习!!

tjj006 发表于 2006-2-23 23:00:40

此网站有很多好文章!赞!!

heqingbluesky 发表于 2006-6-29 14:12:11

have a look.

happybean 发表于 2006-7-11 13:10:09

不错哦,多谢了

mstiunicon 发表于 2006-7-11 13:59:54

rapid testing,感觉和现有的一些测试观念有很大的冲突,看来要接收这些观点,还要有些时间。
另外,我想问一下,rapid testing好像是96年的理论?

mstiunicon 发表于 2006-7-18 18:12:58

Rapid Testing,正在试着翻译,不过才40页,只完成了20%的工作量

purm 发表于 2006-7-19 12:18:10

kankan

花色僧 发表于 2006-9-5 17:44:02

ding

lucyzhang 发表于 2007-4-3 14:25:05

thx

duxiaoling 发表于 2007-4-13 14:41:05

Testing During Rapid Change   
By Randall W. Rice, CSTE, CSQA
As the old adage goes, "the one thing that remains constant is change." In software development, one of the weaknesses of the classic waterfall approach is that it assumes little or no change. The real world changes every day. Because of this, other development models such as Rapid Application Development (RAD) have been promoted to embrace change and use it to refine the software through planned iterations.

While RAD helps software developers get early versions up and running very quickly, it causes testers many headaches. With each and every change is the opportunity to create new defects. The only way to find new defects is to perform a regression test which completely repeats a previous test and compares the results to find differences.

Two questions come to mind: 1) "Is it possible to completely test during rapid change?", and 2) "Which strategies can be used to test rapidly changing software?"

Is It Possible to Completely Test During Rapid Change?

Actually, no. However, that's a trick question because in most cases it is not possible to completely test software even in stable environments1. The essence of this question might be to ask, "Is it possible to test effectively during rapid change?" Can we expect to make the best use of people and other resources to test software? Can we expect to find the expected number of defects?

By observing projects using RAD, I have observed that a process for testing is essential to finding defects with any degree of effectiveness. Since the norm is to have no repeatable processes for most of what we do in building software, many people test in a RAD environment the same way they do in other environments - try a few cases here and there and look for problems.

Which Strategies Can Be Used?

It takes time to learn what works in each unique environment, but here are some general strategies that can be used for testing during rapid change:

First of all, accept the fact that you do not have the luxury of performing a six week test on software that changes every day. This means you will need to define a testing process that can be performed quickly and efficiently.

Perform a risk assessment. Knowing the level of risk is crucial, since you will need to prioritize your testing efforts to fit within a short window of time. The higher the risk, the higher the testing priority.

Automate your testing. Capture/playback tools help you perform repeatable tests in an unattended session. Good tools require a significant investment in software and training, but it beats working 24 hours a day. Some things to consider before automating:

You must have a working baseline version of the software to perform comparisons with future tests.

You must define business requirements, test cases and test scenarios. The tool can only record and playback based on what actions the user performs.

Data is a key consideration. How will you maintain the test data? For example, if you use a capture/playback tool to add a record, a reply of the script will get a "duplicate record on file" error.

It takes time and a whole lot of spending money to integrate the tool into your organization. People need to be trained in how to use the tool. In addition, people need to be sold on the long-term benefits as compared to the short-term work required to setup the test scripts and test cases.

Testing during rapid change is not impossible, but it does require rapid response, working smart, and keeping track of changes. Organizations that have been unwilling to consider new technologies such as automated testing tools will not be able to effectively test during rapid change. It is like building a house with hand tools - sure it can be done, eventually.

Testing during rapid change also requires a new mindset of organization and processes. Tools alone are not the answer. There must be a process that can be executed quickly and makes the best use of people and time. It is arriving at the optimal combination of tools, processes, and people that is the challenge. To find out more about training and approaches for user acceptance testing, e-mail Randy Rice.

whatwhy123 发表于 2007-5-12 12:20:16

sdlkfj2

huih 发表于 2007-5-29 15:57:33

回复 #1 skinapi 的帖子

sdlkfj2

a_xun 发表于 2007-6-3 23:29:05

谢谢楼主了

mlj0915 发表于 2007-6-12 17:15:53

回复 #1 skinapi 的帖子

谢谢了哪

tyrael_79 发表于 2007-9-17 16:15:36

学习学习

oppstone 发表于 2012-3-7 11:48:30

wonderful book.Thank you !

TesterChen 发表于 2012-3-7 16:21:09

Thanks
页: [1] 2
查看完整版本: Rapid Software Testing