51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

查看: 8613|回复: 3
打印 上一主题 下一主题

GUI测试checklist

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2004-6-14 18:38:12 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
1.        窗体是否能够基于相关的输入或菜单命令适当的打开
2.        窗体是否能够改变大小、移动和滚动
3.        窗体的数据是否能够利用鼠标、功能键、方向箭头和键盘操作
4.        当窗体被覆盖并重新调用后,窗体是否能够正确再生
5.        窗体相关的功能是否可以操作
6.        是否显示相关的下拉菜单、工具条、滚动条、对话框、按钮、图标和其他控制,既能正确显示又能调用
7.        显示多窗体时,窗体名称是否能够正确表示
8.        活动窗体是否能够被反显加亮
9.        多用户联机时所有窗体是否能够实时更新
10.        鼠标无规则点击时是否会产生无法预料的结果
11.        窗体声音及提示是否符合既定编程规则
12.        窗体是否能够被关闭
13.        窗体控件的大小、对齐方向、颜色、背景等属性的设置值是否和程序设计规约相一致
14.        窗体控件布局是否合理、美观
15.        窗体控件TAB顺序是否从左到右,从上到下
16.        窗体焦点是否按照编程规范落在既定的控件上
17.        窗体画面文字(全、半角、格式、拼写)是否正确
18.        鼠标有多个形状时是否能够被窗体识别(如漏斗状时窗体不接受输入)
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
  • TA的每日心情
    奋斗
    2018-2-28 18:04
  • 签到天数: 40 天

    连续签到: 1 天

    [LV.5]测试团长

    2#
    发表于 2004-6-30 12:07:41 | 只看该作者

    好用户界面的检验表

    附上一篇文章以参考

    译自msdn,有不妥的地方请各位指正

    Checklist for a Good Interface
    好用户界面的检验表
    The following checklist summarizes the information in the previous section and in this book. Use it to help you confirm that your application is signed to provide the best user experience:
    使用下面的条目来确定你的应用程序界面设计能带给用户最佳的体验。
    Your application installs easily in a minimum number of steps.
    你的应用程序通过最少的步骤而方便的安装。
    Your application installation does not require the system to restart.
    你的应用程序安装不需要系统重新启动。
    Users do not have to read a Readme file before using your application.
    用户不必在使用程序前阅读自述文件。
    User-generated data files are stored by default in the My Documents flder.
    由用户生成的数据文件能默认的保存在“我的文挡”文件夹中。
    Your application avoids cryptic file names that are visible to users.
    你的应用程序不会用意义含糊的名字的命名用户可见的文件。
    Your application does not create folders outside of the Program Files folder.
    你的应用程序不会在Program Files文件夹外建立新的文件夹。
    Your application does not write files to the root of the hard disk.
    你的应用程序不会把文件写在硬盘的根目录。
    If your application uses a disk cache, it also registers with the Disk Cleanup utility.
    如果你的应用程序使用一个磁盘缓冲,它要被磁盘清理应用所记录。
    Your application does not include entries to its Help, Readme, and Uninstall files on the Start menu.
    你的应用程序没有把它的帮助,自述文件和卸载文件添加在开始菜单中。
    Your application does not install icons to the Windows desktop without the user's permission.
    你的应用程序在未经用户许可的情况下不会将图标放在windows桌面上。
    If your application is run at startup, it loads without displaying splash screens and dialog boxes.
    如果你的应用程序在启动时运行,在加载时不显示弹出窗口和对话框。
    Your application does not use the taskbar notification area for status, for launching applications or utilities, or for querying properties. It uses the notification area only to alert the user of an important change.
    你的应用程序不使用任务栏的布告区来显示状态、载入的应用程序或者请求的属性;

    仅在发生重要变化时通过任务栏的布告区提醒用户。
    Your application appropriately applies the color choices the user selected in Display properties in Control Panel.
    你的应用程序能够适当的应用用户在控制面板的显示设置里选择的颜色。

    Your application is keyboard accessible.
    你的应用程序是可通过键盘操作的。
    Your application works correctly if the user increases the size of the default font.
    你的应用程序在用户增大默认字体的情况下仍能正常工作。
    Your application supports the standard set of keyboard shortcuts, where applicable.
    你的应用程序在适用的地方可以使用标准的键盘快捷方式。
    Your application's uninstall process leaves no remaining files or registry entries other than files created by the user.
    你的应用程序卸载后除用户创建的文件外,不应残留任何文件和注册表项目。
    Your application does not use jargon in its user interface text. Use industry-specific or technical terms only if they are clearly understood by the user.
    你的应用程序的用户界面上不能使用行话,只有在确定用户可以准确理解的情况下才

    能使用专业术语和技术名词。
    Your application adjusts appropriately when the user changes the display resolution as well as for multiple-monitor configurations.
    你的应用程序在用户改变显示器分辨率甚至使用多显示器的情况下能够适当的调节。
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    3#
    发表于 2005-5-19 16:01:50 | 只看该作者
    楼上的好厉害!英语几级呀?
    回复 支持 反对

    使用道具 举报

    该用户从未签到

    4#
    发表于 2017-11-24 09:58:03 | 只看该作者
    赞!!知识在于总结。
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-4-25 03:54 , Processed in 0.068527 second(s), 26 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表