标题: 请教哪位高手指点一下这些问题 [打印本页] 作者: joedlen 时间: 2008-12-5 18:47 标题: 请教哪位高手指点一下这些问题 1. 下列什么是由于编码问题导致的软件质量风险:
A. Code containing specific dates
B. Code containing a user's username and password text string
C. Code containing a lookup table of states based on postal code
D. Code containing a pointer to the first record in a database
E. Code containing a list of file locations
2. 下列什么工具类型有助于评价测试效率:
A. 需求管理工具
B. 比较工具
C. 代码覆盖率工具
D. 代码复杂性分析工具
E. 调试器作者: xsnzhq 时间: 2008-12-11 15:38 标题: 回复 1# 的帖子 我完全不是高手,但也很想知道答案
会不会是1、C
2、A