运用测试技术.ppt

  1. 1、本文档共60页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
运用测试技术

文档测试 文档类型 包装文字 和图形 宣传材料、广告和插页 授权/注册表 EULA(最终用户协议) 标签和不干胶 安装和设置向导 用户手册 联机帮助 指南、向导 样例和模板 错误提示信息 文档测试 重要性 提高易用性 提高可靠性 降低支持费用 文档测试-审查清单 通用部分 听众、文档对象 术语 内容和主题 正确性 紧扣事实 逐步执行 检查内容 图表和屏幕抓图 样例 拼写和语法 Auto-generated code documents Tools such as: Doxygen Javadoc ROBODoc POD TwinText can be used to auto-generate the code documents from source code comments and create HTML reference manuals. Code documents can be organized into a reference guide style that enables programmers to quickly look up functions or classes. Comprehensive survey of code documentation tools: /wiki/Comparison_of_documentation_generators /** * The time class represents a moment of time. * * \author John Doe */ class Time { /** * Constructor that sets the time to a given * value. * \param timemillis is a number of milliseconds * passed since Jan 1. 1970 */ Time(int timemillis) { ... } 现实中的文档测试 Documentation often gets the least attention, budget, and resources Its possible that the people writing the documentation arent experts in what the software does documentation cant be changed to reflect on time. Website Testing How to test a website Easiest way to start is by treating the web site as a black box. Look at a sample website such as to get a sense of the scale of such an endeavor. Treat each page as a state with hyperlinks as state transitions. Website text Web page text should be treated like documentation and tested using the techniques we described previously. Check for … correctness of contact information e.g., phone numbers, addresses correctness of dates and copyright notices title bar text, bookmark text on browser’s favorites correctness of the ATL text (i.e., mouse over text) layout issues when browser window is resized Website hyperlinks Each link should be checked to make sure it jumps to the correct destination or website. Ensure that hyperlinks are obvious: E.g., underlined text, mouse pointer changes If the link opens an e-mail message, test it

文档评论(0)

qwd513620855 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档