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.

  • 相关阅读:
    ImageMagick
    Let's Encrypt:初次使用免费的ssl证书,并生成java用的 jks(keystore) 文件
    Struts功能详解——ActionMapping对象
    DOS在这里
    Servlet中的过滤器Filter详解
    Servlet 监听器Listener详解
    getInitParameter方法
    Maven的默认中央仓库
    手动事务

  • 原文地址:https://www.cnblogs.com/caojuansh/p/8670482.html
Copyright © 2011-2022 走看看