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.

  • 相关阅读:
    css学习总结
    bootstrap的学习总结
    一些组件配置的理解
    php 微信公众号支付(小程序也是这么支付的)
    mysql 链接超过ip限制时的报错
    php生成二维码
    wamp配置虚拟主机 php 5.6.25
    php 渣全的循环
    4、kafka、spark streaming
    gauss消元
  • 原文地址:https://www.cnblogs.com/caojuansh/p/8670482.html
Copyright © 2011-2022 走看看