zoukankan      html  css  js  c++  java
  • 测试常用术语4

    61、 usability testing                     可用性测试

    62、 backup testing                      备份测试

    63、 robustness testing                   健壮性测试

    64、 documentation testing               文档测试

    65、 online help testing                   在线帮助测试

    66、 statement coverage                  语句覆盖

    67、 branch coverage                    分支覆盖

    68、 decision coverage                   判断覆盖

    69、 condition coverage                  条件覆盖

    70、 branch conditon coverage            分支条件覆盖

    71、 decision condition coverage           判断条件覆盖

    72、 path coverage                       路径覆盖

    73、 function coverage                   功能覆盖

    74、 inheritance context coverage          继承上下文覆盖

    75、 state-based context coverage          基于状态的上下文覆盖

    76、 User-defined context coverage         已定义用户上下文覆盖

    77、 Instruction blocks coverage  IB coverage   指令块覆盖

    78、 Decision-to-decision paths coverage  DDP coverage  判定路径覆盖

    79、 Peer review                       同行评审

    80、 Walkthrough                      走读

    81、 Defect                            缺陷

    82、 Error                             错误

    83、 Syntax error                       语法错误

    84、 Logical error                       逻辑错误

    85、 Fault                             故障

    86、 Failure                            失效

  • 相关阅读:
    Mongo连接远程数据库
    将MongoDB服务器设置成Windows启动服务(win10)
    关于php初学者的理解!请大家浏览并指出不足!谢谢!
    python+selenium初学者常见问题处理
    极客时间测试专栏阅读总结——软件测试总体方案
    pytest 一.安装和使用入门
    软件测试工程师——你不仅仅应该会点点点
    测试电梯、杯子、桌子、洗衣机的方法
    软件测试面试-软件测试宝典
    支付测试场景
  • 原文地址:https://www.cnblogs.com/gxt123/p/14227998.html
Copyright © 2011-2022 走看看