roseolv 发表于 2004-5-11 09:59:57

Software Testing 10 Rules

by Mikhail Rakhunov SQAtester.com contributor



1. Test early and test often.

2. Integrate the application development and testing life cycles. You'll get better results and you won't have to mediate between two armed camps in your IT shop.(这后半句怎么理解?)

3. Formalize a testing methodology; you'll test everything the same way and you'll get uniform results.

4. Develop a comprehensive test plan; it forms the basis for the testing methodology.

5. Use both static and dynamic testing.

6. Define your expected results.

7. Understand the business reason behind the application. You'll write a better application and better testing scripts.

8. Use multiple levels and types of testing (regression, systems, integration, stress and load).

9. Review and inspect the work, it will lower costs.

10. Don't let your programmers check their own work; they'll miss their own errors.

qatest 发表于 2004-5-11 11:44:39

简单翻译,不正确的地方请指正.^_^

1. Test early and test often.
尽早测试,经常测试
2. Integrate the application development and testing life cycles. You'll get better results and you won't have to mediate between two armed camps in your IT shop.(这后半句怎么理解?)
整合应用程序开发和软件测试生命周期,你将得到更好的结果,并且不必要在程序开发和软件测试两者之间左右为难。
3. Formalize a testing methodology; you'll test everything the same way and you'll get uniform results.
形成一套完整的测试方法;你将用同样的方法开展测试工作,并且可以得到始终如一的结果
4. Develop a comprehensive test plan; it forms the basis for the testing methodology.
开发一套完整、全面的的测试计划;作为软件测试方法论的基础部分
5. Use both static and dynamic testing.
采用静态测试和动态测试相结合的方法(可以采用静态代码检查工具作静态测试)
6. Define your expected results.
定义测试预期结果(在测试用例中,这是比不可少的项目)
7. Understand the business reason behind the application. You'll write a better application and better testing scripts.
理解应用背后的商业动机,找出真正的需求根源,你将写出更好的应用程序和测试脚本。
8. Use multiple levels and types of testing (regression, systems, integration, stress and load).
采用多层面和多类型的软件测试(回归测试、系统测试、集成测试、压力测试和负载测试)
9. Review and inspect the work, it will lower costs.
多工作评审和检视,可以降低成本(检视和评审可以提早发现问题,规避问题,避免造成不必要的损失,因此,可以降低成本)
10. Don't let your programmers check their own work; they'll miss their own errors.
不要让程序员检查自己的工作产品,程序员会忽略自己犯的错误。

testing 发表于 2004-5-11 12:04:38

感谢roseolv和qatest的热情奉献!^_^

Ellen_Mike 发表于 2004-5-12 10:15:11

译的很好啊

是啊,最基本的规则了

yuelin 发表于 2004-11-30 10:36:23

10. Don't let your programmers check their own work; they'll miss their own errors.
不要让程序员检查自己的工作产品,程序员会忽略自己犯的错误。

这句话,太精辟了。

scorpio155 发表于 2004-12-23 17:40:10

Use both static and dynamic testing.
怎么能我们做那

lucifer 发表于 2005-1-11 13:57:30

Originally posted by yuelin at 2004-11-30 10:36 AM:
10. Don't let your programmers check their own work; they'll miss their own errors.
不要让程序员检查自己的工作产品,程序员会忽略自己犯的错误。

这句话,太精辟了。
是啊

冰河 发表于 2005-1-11 15:04:35

好文章!

wangjihui1980 发表于 2005-3-15 16:24:05

好啊!

zys3497 发表于 2005-5-19 16:34:32

Originally posted by lucifer at 2005-1-11 01:57 PM:

是啊
同意精辟

jokie 发表于 2006-7-4 09:38:27

我是新手,有哪位大侠教教我软件测试!

希望大家能够交我这个朋友!我的QQ:215143066,MSN:jickllyloveshe@hotmail.com
欢迎加入我的群!26526836

bqian1986 发表于 2007-4-3 17:00:47

的确阿!程序员会很容易忽略自己的错误的!

厍仕杰 发表于 2007-4-4 15:57:58

犯疑 的很好

hapliu 发表于 2007-4-11 14:47:48

翻译了一段内容

如果把翻译的成分去掉的话,单看汉语给新手带来的帮助的话....我看, .....好象没有很多...谢谢

51mobile 发表于 2007-4-13 12:52:33

很经典地说

samson_003 发表于 2007-4-24 11:53:21

为新手的我指明了方向
谢谢

qiaofenger 发表于 2007-5-4 21:29:50

原帖由 yuelin 于 2004-11-30 10:36 发表 http://bbs.51testing.com/images/common/back.gif
10. Don't let your programmers check their own work; they'll miss their own errors.
不要让程序员检查自己的工作产品,程序员会忽略自己犯的错误。

这句话,太精辟了。


支持!!!

fanghuang 发表于 2007-5-14 17:46:32

excellent

sdlkfj2

heyy2008 发表于 2007-5-27 11:10:48

回复 #5 yuelin 的帖子

翻译的很好呢!

phoenix81 发表于 2007-6-5 11:59:55

对初学者来说,除了TEN RULES,还有更多的吗?sdlkfj1
页: [1] 2 3 4 5 6 7
查看完整版本: Software Testing 10 Rules