My TDD rule of thumb is that tests should be moist but not drenched.
我的TDD 经验法则是,测试应该是湿润的,但是不要湿透。
我将遵循tdd规则。
从使用中生成(TDD)。
You cannot derive a complete architecture with TDD.
你不能通过TDD得到一个完整的架构。
Implement the business logic using the TDD way.
使用TDD方法实现业务逻辑。
One of the common agile development practices is TDD.
常见的一种敏捷开发实践就是TDD。
TDD results in doing higher quality development. He added.
而TDD能让开发的质量提高。
TDD and BDD are now widely-used software development techniques.
测试驱动开发(TDD)和行为驱动开发(BDD)现在已经成为广泛应用的软件开发技术。
TDD increases your production because it serves as a thinking-aid.
测试驱动开发可以提高生产效率,因为它有助于思考。
Theintegrated test runner makes it easy to work in a TDD mode.
集成的测试运行器(test runner)使得在TDD模式下工作辨得简单。
I decided to experiment with some practices, such as pairing and TDD.
我决定实验一些实践,比如结对和TDD。
I use EDD and TDD together, can't imagine using one without the other.
我把EDD和TDD放在一起用,而且无法想象只用一个是什么状况。
With TDD the tests are thought out and created as the code is implemented.
使用测试驱动开发,在实现代码时,就要仔细考虑测试,并建立起测试。
Supports TDD by providing a powerful data binding validation framework for WPF.
通过为WPF提供强大的数据绑定验证框架支持TDD。
Similarly TDD practice requires a unit testing tool and a refactoring tool.
TDD实践也需要单元测试工具和重构工具的配合。
Rigorous adherence to TDD naturally creates methods that adhere to composed method.
严格遵守TDD会自然地产生符合组合方法模式的方法。
I could start, I suppose, with a simple Sudoku game and try to TDD its solution.
我曾经设想过,或许可以先开始一个简单的数独游戏,然后试着用测试驱动开发来得出解决方案。
He begins by taking on this big question: "is TDD is a replacement for architecture?"
他首先提出了一个重要问题:“TDD取代架构了吗?”
Some members of the Agile community suggested that BDD was merely "TDD done well".
敏捷社区中有些成员认为BDD就是“做得比较好的TDD”。
This feature greatly improves Visual Studio support for test-driven development (TDD).
此功能大大提高了测试驱动的开发(TDD)的VisualStudio支持。
TDD facilitates this because you must have small chunks of functionality for testability.
TDD 能够促进这种做法,因为为了进行测试,必须把软件分解为小的功能块。
When I have the TDD version complete, I'll compare some metrics between the two code bases.
在我完成TDD版本时,我将比较一下两个代码库。
As often happens for a while after TDD is adopted productivity slowed while quality increased.
像往常一样,TDD用过一段时间之后,质量上升了,而开发速度却下降了。
By introducing TDD and ATDD at least some of the testing happens as the software is developed.
引入TDD和ATDD之后,最少有一部分测试会随着软件开发同步进行。
The bottom line is that TDD is a design technique but should not be the sole design technique.
事实上,TDD是一门设计技术,但不是孤独的设计技术。
The normal TDD approach at this point is to stop testing and start fixing until the test passes.
这时,标准的TDD方法是停止测试并且开始进行修改直到测试通过。
TDD recommends beginning testing early and continuously testing, such as with each system build.
TDD建议及早开始测试并持续测试,例如测试每个系统版本。
The first step in TDD is to describe the required behavior in the form of an executable example.
TDD的第一个步骤是使用可执行示例的形式描述所需行为。
Gauging by this measure, the TDD version is more than three times simpler than the test-after code.
根据这个指标,TDD版本比后测试代码简单三倍。
Tests start in the provisional project, especially when they are used for TDD-style programming.
测试从临时项目开始,特别是在TDD风格编程中用到的测试。
应用推荐