采用测试驱动的开发的常用实践。
通过测试驱动的开发来巩固需求
测试驱动的开发(TDD)。
受测试驱动的开发(如果你好这口)。
这与测试驱动的开发实践是一致的。
测试驱动的开发和rspec。
有些人非常好的适应了测试驱动的开发方式。
Some of them adapt well to using a test-driven development style.
持续集成常常与测试驱动的开发实践杂乱的链接在一起。
Continuous integration is often intricately linked with the practice of test-driven development.
测试驱动的开发的总体原则之一就是应测试一个类已发布的所有接口。
A general principle of test-driven development is that you should test all published interfaces to a class.
测试驱动的开发 (TDD)是敏捷软件开发中的关键实践。
Test-driven development (TDD) is a key practice in agile software development.
同时融入了“测试驱动的开发”方法,交替实现测试代码和功能代码。
It achieves functional code and test code alternately with the "test Driven Development" approach.
此功能大大提高了测试驱动的开发(TDD)的VisualStudio支持。
This feature greatly improves Visual Studio support for test-driven development (TDD).
在软件工程方面,两个最近的重大变化是对测试驱动的开发和持续集成的使用日益增加。
Two recent, big changes in software engineering have been the growing use of test-driven development and continuous integration.
最后,测试驱动的开发将迫使您将编写写单元测试作为开发应用系统通常过程的一部分。
The goal of this chapter was to provide you with an overview of the ASP. NET MVC framework. The first part of this chapter was devoted to a discussion of a definition of good software.
测试驱动的开发是一种Agile开发技术,其中开发人员在实现服务之前先编码测试用例。
Test-driven development is an Agile development technique in which developers code test cases before implementing the service.
与单元测试相比,GUI测试要耗时和困难的多,即使是在测试驱动的开发团队中,因此也常被忽视。
GUI testing is much more time-consuming and difficult than unit testing and thus often neglected, even in generally test-driven development teams.
在这个有关SOA环境中的测试驱动的开发系列中,第1部分向您介绍了如何为SOA应用程序编写单元测试。
Part 1 of this series on test-driven development in an SOA environment showed you how to write unit tests for SOA applications.
最后,测试驱动的开发过程中,手工测试脚本可以为开发人员提供一个关于应用软件实现用例方式的清晰描述。
Finally, in a nod toward test-driven development, manual test scripts can be given to the development staff to provide a clear description of the way the application should flow across use cases.
很多人都把这句话理解为“测试驱动的开发是唯一正确的编程方式”,但Hani和我极不同意这种极端主义。
Note that a lot of people interpret this to mean that test-driven development is the only sane way to program, and Hani and I strongly disagree with this form of extremism.
如果您从未接触过由测试驱动的开发(请参阅参考资料),那么您可能也会认为人人都能编写如此头脑简单的实现。
If you've never encountered test-driven development (see Resources), you might object that no one would write such a simple-minded implementation.
单元测试、测试先行的编程和测试驱动的开发并非都要在JUnit中实现,任何比较GUI的编程都必须用Swing来完成。
Unit testing, test-first programming, and test-driven development do not have to be implemented in JUnit, any more than GUI programming must be done with Swing.
IPython可以与任何编程风格很好地融合在一起,包括测试驱动的开发(TDD)或者测试增强的开发(TED)。
IPython also works quite well with any programming style, including Test Driven Development (TDD) or Test Enhanced Development (TED).
测试驱动的开发 (TDD)中的一个练习就是首先编写测试,然后执行可能运行的最简单的操作 —— 如本例中的return6。
One of the practices of test-driven development (TDD) is to write the tests first, then "do the simplest thing that could possibly work" -- in this case, return 6.
单元测试和测试驱动的开发这些出色的工具使您可以信心十足地管理此类脆弱系统 ——但只有在您确实使用了这些工具时,它们才能发挥作用。
Unit testing and test-driven development are excellent tools for managing such fragile systems with confidence, but they only work if you use them.
无论一个开发人员是在进行测试驱动的开发(TDD)还是在编写代码后创造单元测试,有一点是十分明显的,那就是单元测试有助于产出高质量、无缺陷的代码。
Whether a developer USES test-driven development (TDD) or creates unit tests after writing the code, the evidence is clear that unit tests help produce high-quality, bug-free code.
XP专业人员使用测试驱动的开发(Test-Driven Development,TDD)和持续的集成来保持开发目标(即使用工作代码满足需求)。
XP practitioners use test-driven development (TDD) and continuous integration to keep the development focus on meeting the requirements with working code.
当您这样做时,它们就变成类似测试驱动的开发(Test - Driven Development)和结对编程(PairProgramming)之类的概念,大多数人认为相当极端。
When you do, they morph into concepts like test-driven development and pair programming, which most people view as rather extreme.
本文概述的实践中,有一些可归类到常用的测试驱动开发(TDD)实践。
Several of the practices outlined here can be categorised as general Test Driven Development (TDD) practices.
本文概述的实践中,有一些可归类到常用的测试驱动开发(TDD)实践。
Several of the practices outlined here can be categorised as general Test Driven Development (TDD) practices.
应用推荐