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.
不要让程序员检查自己的工作产品,程序员会忽略自己犯的错误。作者: Ellen_Mike 时间: 2004-5-12 15:05
可惜这里不能插入完整的表格,要不会更好的...
这是我们的一个简单的测试用例,请过目: Step:From MRC Click on Meeting menu select people, New Chat. Type the message and send. VP :Verify the people you sent received the message successfully and are able to join the chat successfully. Expected Result: New chat window opened. Successfully sent and receive chat messages
Step: Right click on the names in the participant list and click on chat. Type the message and send. VP :Verify the people you sent received the message successfully and are able to join the chat successfully. Expected Result: New chat window opened. Successfully sent and receive chat messages作者: Ellen_Mike 时间: 2004-5-12 15:15
我们的测试用例都是严格按照软件设计写出来的。
您看了上面发布的例子是不是觉得太简单了,呵呵。因为那只是一个很小很小的功能。可见我们的用例有多么的细致和全面了————作者: testing 时间: 2004-5-12 15:43
感谢Ellen_Mike。表格可以用附件的方式给出。作者: Daisy 时间: 2004-6-11 17:03 标题: 翻译 : 我有兴趣,提供几本.谢谢作者: paradise 时间: 2004-6-25 11:15 标题: 多多指教! 多多指教!
有没有实例看看!
小女子先谢谢了!作者: 无花果 时间: 2004-7-14 11:07 标题: 我也需要 我现在正需要测试用例的事例,谁能贡献一份的,谢谢啊!
;) ;) ;)作者: bobli 时间: 2004-7-14 23:14 标题: 这里有测试用例模版 交大慧谷软件测试沙龙四起古乐先生的演讲胶片中,有测试用例的模版和样例,在网站首页有链接,大家可以看看