单选题 The type of testing done software implementation and before module integration is called(    ).  
   A.unit testing    B.beta testing
   C.system testing    D.acceptance testing
【正确答案】 A
【答案解析】单元测试又称“模块测试”。是针对软件设计的最小单位——程序模块,进行正确性检验的测试工作。单元测试是测试组成的一部分,它最先进行,在单元测试的基础上,才能把所有模块按照设计要求组装起来进行系统测试。