软件开发中的完成测试环境所包括的环节包括:UT.IT.ST.UAT UT = Unit Test 单元测试 IT = System Integration Test 集成测试ST = System Test 系统测试 UAT = User Acceptance Test 用户接受测试(俗称:验收测试) UT(单元测试,Unit Test): 单元测试任务包括: 1.模块接口测试: 2.模块局部数据结构测试: 3.模块边界条件测试: 4
Pragmatic Software Development Tips务实的软件开发提示 Care About Your Craft Why spend your life developing software unless you care about doing it well? 关心你的技艺 如果你不在乎能否漂亮地开发出软件,你又为何要耗费生命去开发软件呢? Provide Options, Don’t Make Lame Excuses Instead of excuses, prov