weijiesg 发表于 2005-11-23 21:12:13

各位大虾 帮忙啊 !!!!!!!!!!!!!

帮忙解释一下
1.        Software testing
2.        Black box testing
3.        Glass box / white box testing
4.        Functional testing
5.        Structural testing
6.        Behavioral testing
7.        Complete testing
8.        Coverage
9.        Defect arrival rate
10.        Defect arrival rate curve

maize27 发表于 2005-11-24 02:55:44

1.      Software testing 软件测试
2.      Black box testing 黑盒测试 (多指白盒测试后的测试,在系统测试(system test, FT 2)之前
3.      Glass box / white box testing 白盒测试 (coding完成后的测试,主要测试程序的完整性)
4.      Functional testing 功能测试(可以和系统测试一起,也可以分开)
5.      Structural testing (结构测试,多在白盒测试之前,或者在黑盒测试完成后,功能测试之前)
6.      Behavioral testing 估计是性能测试,多用的名字是: PERFORMANCE TESTING
7.      Complete testing 可能是ATMN或者和LSP一起的测试,一般的软件很少用这个名词
8.      Coverage 覆盖测试,可能在白盒测试之前,在整个软件完成后也会和 LSP一起测试

JIASHU on behalf of Michelle
9.      Defect arrival rate
10.      Defect arrival rate curve

maize27 发表于 2005-11-24 02:59:04

9.         Defect arrival rate 错误率 defect 和error, fault 的级别不同,请注意区别
10.      Defect arrival rate curve 错误曲线 多用于质量报告或者是项目报告的名词。 图表分析用

sorry for missing two words as before.

Jiashu
页: [1]
查看完整版本: 各位大虾 帮忙啊 !!!!!!!!!!!!!