节点文献
测试驱动开发在.Net环境中的应用
Test-driven development in .net
【摘要】 软件测试是保障软件质量的关键,开发者通常都是先写代码后测试,但当时间很紧迫时,测试就变得很困难并 且经常被忽略。极限编程最佳实践之一的测试驱动开发在写代码之前先写测试,解决了这一问题,提供了高质量、可测 试的代码。介绍了测试驱动开发在.Net环境中的应用。
【Abstract】 Software testing is a very important means to ensure software quality. Developers usually test their code ofter they write them. But when time runs out, writing tests after code is difficult to do and often gets omitted. Test-driven development (TDD), one of the core practices of extreme programming (XP), resolves this problem and produces higher quality, well-tested code by writing the tests before writing the code. Test-driven development in .net is introduced.
【关键词】 软件测试;
极限编程;
测试驱动开发;
【Key words】 software testing; extreme programming (XP); test-driven development (TDD);
【Key words】 software testing; extreme programming (XP); test-driven development (TDD);
- 【文献出处】 计算机工程与设计 ,Computer Engineering and Design , 编辑部邮箱 ,2005年02期
- 【分类号】TP311.52
- 【被引频次】18
- 【下载频次】188