Software Testing 10 Rules
by Mikhail Rakhunov SQAtester.com contributor1. 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. 简单翻译,不正确的地方请指正.^_^
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.
不要让程序员检查自己的工作产品,程序员会忽略自己犯的错误。 感谢roseolv和qatest的热情奉献!^_^
译的很好啊
是啊,最基本的规则了 10. Don't let your programmers check their own work; they'll miss their own errors.不要让程序员检查自己的工作产品,程序员会忽略自己犯的错误。
这句话,太精辟了。 Use both static and dynamic testing.
怎么能我们做那 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.
不要让程序员检查自己的工作产品,程序员会忽略自己犯的错误。
这句话,太精辟了。
是啊
好文章!
好啊! Originally posted by lucifer at 2005-1-11 01:57 PM:是啊
同意精辟
我是新手,有哪位大侠教教我软件测试!
希望大家能够交我这个朋友!我的QQ:215143066,MSN:jickllyloveshe@hotmail.com欢迎加入我的群!26526836
的确阿!程序员会很容易忽略自己的错误的! 犯疑 的很好
翻译了一段内容
如果把翻译的成分去掉的话,单看汉语给新手带来的帮助的话....我看, .....好象没有很多...谢谢 很经典地说 为新手的我指明了方向谢谢 原帖由 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.
不要让程序员检查自己的工作产品,程序员会忽略自己犯的错误。
这句话,太精辟了。
支持!!!