tdd

  • 网络时分双工(Time Division Duplex);测试驱动开发(Test-Driven Development);分时双工

tddtdd

tdd

时分双工(Time Division Duplex)

编辑本段时分双工TDD)简介编辑本段时分双工(TDD)的原理 是一种通信系统的双工方式,在移动通信系统中用于分离接 …

测试驱动开发(Test-Driven Development)

测试驱动开发(tdd) 学习笔记(1)基本思想原则和术语(806) 测试驱动开发(tdd)学习笔记 (2) 工具,技术 junit(790) msql 备份(…

分时双工

分时双工TDD),上行及下行永远对称,因为他们共享相同的载波。要进一步考虑的是如图2所示的频带内对称,其与聚合 …

时分复用

时分复用TDD);每一条启用了TDD特性的链路都要求PTP-SYNC同步单元向提供一个精确的时 间参考信号。天线 集成式: …

测试驱动的开发

测试驱动的开发TDD)是一个循环,它从测试失败开始,然后是编写足够的代码通过测试,再是重整代码,使得代码在实 …

1
Though Bob starts with TDD, he seems to agree that to be a professional you need to have good unit tests. 尽管Bob是以TDD开始说明,但他似乎同意专业化就是需要有良好的单元测试。
2
TDD is an iterative process and requires you to run the test cases after small incremental changes to the code during code development. TDD是一种迭代流程,需要您在代码开发中对代码做出细微增量式更改之后运行测试用例。
3
At the end, you said the hallmark of the professional is to have good unit tests, and TDD is one way of achieving that. 最后,你又提到专业化的标志就是拥有良好的单元测试,而TDD则是达成这一目标的一种方法而已。
4
The normal TDD approach at this point is to stop testing and start fixing until the test passes. 这时,标准的TDD方法是停止测试并且开始进行修改直到测试通过。
5
So, instead, I'm going to set up a game with an assumed internal data structure, and then TDD some methods that I expect to need. . . 所以,我打算以一套假定的内部数据结构来构建游戏,然后并使用测试驱动开发来得到我认为应该会用得到的方法……
6
By introducing TDD and ATDD at least some of the testing happens as the software is developed. 引入TDD和ATDD之后,最少有一部分测试会随着软件开发同步进行。
7
Therefore, we are ready to proceed from writing tests to writing code as the TDD approach dictates. 因此,我们准备按TDD方法的规定,先编写测试,然后编写代码。
8
A week is not enough data to extrapolate the effectiveness of TDD on a multi-month or multi-year project. 一个星期所产出的数据是没法衡量在长达数月或是数年的项目中TDD的效用的。
9
First, I'll turn off the part of my brain that wants to do TDD and just write the solution, then write the tests for it. 首先,我将打消想要执行TDD的念头并且只是编写解决方案,然后为它编写测试。
10
This method clearly violates this heuristic, so I'm going to take another stab at it, this time using TDD. 此方法明显地违背了这条经验,因此我将进行另外一种尝试,这次使用TDD。
11
I could start, I suppose, with a simple Sudoku game and try to TDD its solution. 我曾经设想过,或许可以先开始一个简单的数独游戏,然后试着用测试驱动开发来得出解决方案。
12
If someone is paying you to write software, and you've got a deadline, then you need to be practicing TDD at all times. 如果有人付钱让你编写软件,并且规定了截止日期,你就要随时练习TDD。
13
TDD is a style of writing software that uses tests to help you understand the last step of the requirements phase. TDD是一种编写软件的模式,它使用测试帮助您了解需求阶段的最后步骤。
14
The only way to really understand TDD is to do it, so let's start with a very simple example that doesn't require any special tools. 要真正理解TDD,唯一的办法就是实践。让我们从一个简单的例子开始,这个例子并不要求任何特殊的工具。
15
Following the TDD pattern, we have continued to define our unit tests, as shown in Listing 6-25. 遵照TDD模式,我们继续定义了我们的单元测试,如清单6-25所示。
16
I believe that test-driven development (TDD) is one of the most important practices to come out of the Agile movement. 我相信测试驱动的开发(TDD)是敏捷活动中最为重要的一种实践。
17
It's likely you know someone (possibly even yourself) who believes they "don't have time to pair or do TDD" . 如果你知道有人(或者就是你自己)认为他们“没有时间结对或者测试驱动开发”。
18
It is the heart of test-driven development (TDD) -- how you would perform XP if you could only follow a single practice. 它是测试驱动的开发(TDD)的核心——如果您只能遵循一个实践,该如何执行XP呢?
19
It's just an evolutionary offshoot of TDD in which the word "test" is replaced by the word "should. " 它只是TDD的一个分支,其中“测试”这个词换成了“应该”。
20
As often happens for a while after TDD is adopted productivity slowed while quality increased. 像往常一样,TDD用过一段时间之后,质量上升了,而开发速度却下降了。
21
TDD can inform some of your architectural decisions, but you cannot begin a project without an architectural vision. TDD可以告诉你某些架构决定,但是你无法在没有架构设计的情况下启动项目。
22
The techniques are simple enough to learn, and that's really why I wrote the book - to make it easier for others to use TDD in ASP. NET MVC. 这种技术很容易学习,而且也是我写这本书的原因——让其他人更易于在MVC的开发中使用TDD。
23
In fact, TDD is a great for obtaining a better understanding of any new language, technology, or component that comes your way. 事实上,TDD能帮助你更好地理解任意一门新的语言、新的技术和组件。
24
Sorry, but test-driven development (TDD) is actually faster than just writing the code and throwing it over the wall to QA! 抱歉,比起只是写代码,然后抛给墙那边的QA去测试来说,测试驱动开发(TDD)确实更快!
25
The first step in TDD is to describe the required behavior in the form of an executable example. TDD的第一个步骤是使用可执行示例的形式描述所需行为。
26
Early on in Part 1, I made the claim that the TDD version of the code would be objectively better than the test-after version. 在第1部分开头,我指出代码的TDD版本比后测试版本更好。
27
Several of the practices outlined here can be categorised as general Test Driven Development (TDD) practices. 本文概述的实践中,有一些可归类到常用的测试驱动开发(TDD)实践。
28
The bottom line is that TDD is a design technique but should not be the sole design technique. 事实上,TDD是一门设计技术,但不是孤独的设计技术。
29
Automated unit test execution is one of the vital requirements of TDD. 自动化的单元测试执行对TDD来说是一个至关重要的需求。
30
I'll also address some other sticky design questions about TDD, such as if and when to test private methods. 我还将解答其他某些棘手的TDD设计问题,例如是否测试及何时测试私有方法。