Functions related to test points

Text entry box

      • The default prompt text
      • Whether it is required
        • Required identity
        • Empty submitted
        • Enter a space submitted
        • Submit non-empty
        • Delete all whether there is prompted input
      • Checking whether there is a length of (+ database front-end)
        • Enter the maximum length
        • Enter the maximum length +
        • Copy and paste the maximum length of the +1
        • Limit Exceeded-friendly tips
      • Whether there is a unique property, verification is repeated
      • Whether there is a linkage input
      • --- if there is Suggest is Suggest is the data authority

 

      • Are tab
      • Whether to support the Shift + internal enter wrap
      • Support Ctrl + A / C + / + V
      • Whether to support the Enter key to automatically submit

 

      • Simplified Chinese character input / traditional / digital / English case
      • Enter a clickable link
      • Special characters / \: * <> |?
      • Enter emoji / text color
      • The first text input, the tail, the case where the spaces containing the intermediate
      • Enter the word in high-risk, prohibited word, sensitive word, whether shield
      • Enter null / NULL / undefind
      • Input SQL , Example: 'or 1 = 1-- or hi' or 1 = 1-- or 'or' a '=' a '
      • Input xss XSS , Example: <script> alert ( "abc ") </ script>, doucment.write ( "abc"), <b> hello </ b>
      • Input html tags, for example: <script>, </ script>, <title>, <html>, <td>

 

    • 重命名文本框输入后缀 .docx/.pdf或路径名
    • 敏感信息输入框抓接口看是否明参

数字输入框

      • 输入最小数值-1
      • 输入最小数值
      • 输入最大数值
      • 输入最大数值+1

 

      • 输入正确数值
      • 输入为空
      • 输入0
      • 输入负数
      • 输入非数字
      • 是否允许输入0开头
      • 输入小数(以0开头

 

      • 自动分隔符
      • 自动保留小数点几位
      • 自动填充单位

 

      • 金额校验

 

      • 手机号校验

 

      • 身份证校验

 

列表

 

      • 列表---风格样式统一/高度长度适中/边框调节/页面缩放展示/hover 效果

 

      • 数据---正确性/准确性/权限
      • 单项数据为空时---展示是否符合预期
      • 单项数据超长时---省略hover显示全称/换行
      • 单项数据可点击跳转---跳转正确性/权限
      • 全部数据为空时---页面美观/友好提示
      • 全部数据过多时---滚动/加载/渲染/分页

 

      • 列表接口访问量较大时---返回时间/性能

 

      • 是否支持下拉刷新
      • 是否支持上拉加载---单次加载数目/加载全部后相应提示
      • 是否支持热键上下左右拖动/快速移动至表头或末尾
      • 滚动条
        • 拖拽
        • 点击
        • 鼠标滚轮滚动
        • 滚动至最末尾
        • 滚动完毕是否隐藏
        • 快速滚动检查页面加载
        • 随着加载内容越来越多滚动条高度变化
      • 分页控件
      • 折叠展开
      • 拖动排序
 

未完待续。。。

Guess you like

Origin www.cnblogs.com/feizisy/p/11276954.html