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. 调试器