zoukankan      html  css  js  c++  java
  • GUI and Usability Test Scenarios

    1 all fields on page (e.g. text box ,radio options, dropdown lists) should be aligned properly
    2 Numeric values should be right justified unless specified otherwise
    3 enough space should be provided between field labels, columns, rows, error messages etc.
    4 Scroll bar should be enabled only when necessary
    5 Font size, style and color for headline, description text, labels, infield data, and grid info should be standard as specified in SRS
    6 Description text box should be multi-line
    7 Disabled fields should be grayed out and user should not be able to set focus on these fields
    8 upon click of any input text field, mouse arrow pointer should get changed to cursor
    9 user should not be able to type in drop down select lists
    10 information filled by users should remain intact when there is error message on page submit. User should be able to submit the form again by correcting the errors.
    11 check if proper field labels are used in error messages
    12 dropdown field values should be displayed in defined sort order
    13 Tab and Shift + Tab order should work properly
    14 Default radio options should be pre-selected on page load
    15 Field specific and page level help messages should be available.
    16 check if correct fields are highlighted in case of errors
    17 check if dropdown list options are readable and not truncated due to field size limit
    18 all buttons on page should be accessible by keyboard shortcuts and user should be able to perform all operations using keyboard
    19 check all pages for broken images
    20 check all pages for broken links
    21 all pages should have title
    22 confirmation messages should be displayed before performing any update or delete operation
    23 hour glass should be displayed when application is busy
    24 page text should be left justified
    25 user should be able to select only one radio option and any combination for check boxes.

  • 相关阅读:
    递归
    linq语法
    客户端(winform)更新
    c# 实时监控数据库 SqlDependency
    C# MVC NPOI导出
    mui手机图片压缩上传+C#
    vs连接Oracle 客户端库时引发 BadImageFormatException
    一对多的子表数据利用游标循环更新主表的数据
    数据库的恢复数据语句
    mysql三-2:数据类型
  • 原文地址:https://www.cnblogs.com/caojuansh/p/8670482.html
Copyright © 2011-2022 走看看