测试常用术语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                            失效

原文地址:https://www.cnblogs.com/gxt123/p/14227998.html