test-driven development TDD的意思|示意
测试驱动开发TDD
test-driven development TDD的网络常见释义
测试驱动开发 测试优先是2001年初敏捷(Agile)联盟提出的敏捷软件开发方法中的一个原则,也是测试驱动开发(Test-Driven Development TDD)的核心思想。它要求在编写产品代码前,先编写基于产品代码的测试代码。
test-driven development TDD相关短语
1、 TDD-Test-Driven Development 测试驱动开发模式
test-driven development TDD相关例句
Sorry, but test-driven development (TDD) is actually faster than just writing the code and throwing it over the wall to QA!
抱歉,比起只是写代码,然后抛给墙那边的QA去测试来说,测试驱动开发(TDD)确实更快!
We chatted about Test-Driven Development (TDD) as a development practice, but what about overall project scheduling?
我们曾经聊过用测试驱动开发方式(test-driven development)来作为开发模式,但是整个项目的计划该怎么办?
IPython also works quite well with any programming style, including Test Driven Development (TDD) or Test Enhanced Development (TED).
IPython可以与任何编程风格很好地融合在一起,包括测试驱动的开发(TDD)或者测试增强的开发(TED)。
Several of the practices outlined here can be categorised as general Test Driven Development (TDD) practices.
本文概述的实践中,有一些可归类到常用的测试驱动开发(TDD)实践。
Apache Click also includes an API for mock testing, which allows better unit testing, continuous integration builds, and test-driven development (TDD).
Apache Click还包含一个用于mock测试的API,可以用它改进单元测试、连续集成构建和测试驱动开发(TDD)。
XP practitioners use test-driven development (TDD) and continuous integration to keep the development focus on meeting the requirements with working code.
XP 专业人员使用测试驱动的开发(Test-Driven Development,TDD)和持续的集成来保持开发目标(即使用工作代码满足需求)。