Test Driven Development的意思|示意
测试驱动开发
Test Driven Development的网络常见释义
测试驱动开发 2)使用散弹枪编程方式开始解决问题。 测试驱动开发(Test Driven Development)是一种可以用来拯救上百万的撞大运编程的程序员。于是,他们有了一个更为NB的借口:只要我的程序通过测试了,你还有什么话好 说?
测试驱动的开发 ...人员使用了多种编码方法和技术来减少产生故障的可能性,而这些技术的核心,不外乎就是测试驱动的开发(Test Driven Development,TDD)。测试驱动开发先编写测试案例,后才编写代码来满足测试案例。
测试驱动 领域模型(domain model) 依赖注入(Dependency injection) 测试驱动(TDD test driven development)
测试驱动的开发方法 在.NET环境中使用Test-Driven Development(测试驱动开发方法)-web技术 - diybl 一项困难的工作,而且在时间的压力之下Unit Test通常是第一个被跳过的步骤。 这篇文章要介绍的Test-driven development (TDD,测试驱动开发方法),其主要目的就是试图要解决这一个问题,并且让程式开发人员可以因此写出更高品质的,完整测试过的程式码。
Test Driven Development相关短语
1、 Test-Driven Development 测试驱动开发 ; 测试驱动的开发
2、 Acceptance Test Driven Development 验收测试驱动开发
3、 test-driven development TDD 测试驱动开发
Test Driven Development相关例句
For example, you may start with iterative and test-driven development, and then follow up with pair programming and collocated teams.
比如,您可以以迭代和测试驱动开发开始,然后可以遵循成对编程和配置团队的原则。
The practice of test driven development - and continuous integration, if implemented properly, reduces the chance of low quality products being released for QA testing.
测试驱动开发的实践——加上持续集成,如果实施得当,就能大大减少低质量产品流入测试阶段的机会。
The other big motivator was test driven development.
另外一个很大的推动力就是测试驱动开发。
Several of the practices outlined here can be categorised as general Test Driven Development (TDD) practices.
本文概述的实践中,有一些可归类到常用的测试驱动开发(TDD)实践。
Extended traditional test-driven development methodologies to ensure the system regression suites evolved with all new features and fixes.
扩展传统测试驱动开发方法系统,确保系统回归测试套件随所有新特性和补丁演变。
GUI testing is much more time-consuming and difficult than unit testing and thus often neglected, even in generally test-driven development teams.
与单元测试相比,GUI测试要耗时和困难的多,即使是在测试驱动的开发团队中,因此也常被忽视。