test-driven
美
英 
词形变化
第三人称单数:test-drives 现在分词:test-driving 过去式:test-driven 过去分词:test-drove
英汉解释
例句
Continuous integration is often intricately linked with the practice of test-driven development.
持续集成常常与测试驱动的开发实践杂乱的链接在一起。
He came out of it realizing that there is a whole style to test-driven development that he didn't expect.
最终他认识到,测试驱动开发完全不是他所期待的那样。
In test-driven development automated tests should be written in the first place, in comparison to manual tests performed by team members.
在测试驱动开发中,跟团队成员执行的手动测试相比,自动测试的编写应该放在首要位置。
Test-driven programming is letting programmer tests (or unit tests -- again, just a choice of terms) drive the code you write.
测试驱动的编程是让程序员测试(即单元测试―重申一下,只是换用一个术语)决定您所编写的代码。
I believe that test-driven development (TDD) is one of the most important practices to come out of the Agile movement.
我相信测试驱动的开发(TDD)是敏捷活动中最为重要的一种实践。
However, I think it is hard to tell at the moment because not enough people have tried the test-driven development approach.
不过,现在还很难下结论,因为尝试过测试驱动开发的人还是少数。
Extended traditional test-driven development methodologies to ensure the system regression suites evolved with all new features and fixes.
扩展传统测试驱动开发方法系统,确保系统回归测试套件随所有新特性和补丁演变。
It is the heart of test-driven development (TDD) -- how you would perform XP if you could only follow a single practice.
它是测试驱动的开发(TDD)的核心——如果您只能遵循一个实践,该如何执行XP呢?
In my experience, test-driven shops are usually at least as productive as their counterparts.
按照我的经验,测试驱动的活动通常与其对应物一样多产。
Jester would be extremely useful as an extra counter-check on code not written in a test-driven manner.
在对没有使用测试驱动方式编写的代码进行额外检查时,Jester尤为有用。
Test-driven programming (also called test-first programming) most commonly refers to the first variety, at least when I use the term.
测试驱动的编程(也称为测试为先编程)最常指第一种测试,至少我使用这个术语时是这样。
Am I using exploratory testing, test driven design, validation or any other approach or mix of approaches.
我是否会用到探测性测试、测试驱动设计、确认测试或者其他任何一种方法,又或者是这些方法的综合。
Test-driven development is an Agile development technique in which developers code test cases before implementing the service.
测试驱动的开发是一种Agile开发技术,其中开发人员在实现服务之前先编码测试用例。
Sorry, but test-driven development (TDD) is actually faster than just writing the code and throwing it over the wall to QA!
抱歉,比起只是写代码,然后抛给墙那边的QA去测试来说,测试驱动开发(TDD)确实更快!
When I explain it that way, most programmers I've talked to think test-driven programming is a good idea -- then they still don't do it.
在我用那种方式向大多数程序员说明这种情况时,他们认为测试驱动的编程是一个不错的想法―这之后,他们仍然不使用这种方法。
Test-driven development allows you to defer decisions until you understand the problem better.
测试驱动开发允许你推迟决定,直到你更好地理解了问题之所在。
Several of the practices outlined here can be categorised as general Test Driven Development (TDD) practices.
本文概述的实践中,有一些可归类到常用的测试驱动开发(TDD)实践。
Some software practices have developed a test driven development process, which offers an opportunity for a quality gate.
有一些软件操作发展了测试驱动的开发过程,这又为质量检验关提供了一个机会。
Finally, test-driven development forces you to write unit tests as part of the normal process of writing an application.
最后,测试驱动的开发将迫使您将编写写单元测试作为开发应用系统通常过程的一部分。
Test-driven development is common in the extreme programming community, but that's still a very small slice of the programming population.
它在极限编程的人群中非常普及,但这部分人仍然只是程序员群体中极小的一片。
In test-driven development, you want to move in small increments, so you should fix this problem before moving on to the next.
在测试驱动开发中,您需要进行增量开发,因此在进行下一次开发前,需要先解决此次测试出现的问题。
We did it test-driven, starting with a test that we wanted to succeed and once it passed we looked into how we could improve the code.
我们用的是测试驱动的方法,首先写一个我们希望通过的测试,一旦这个测试通过,我们再回头看我们可以怎么来优化代码。
Test-driven design changes should not pollute the public interface of the original object.
测试驱动的设计更改不应该污染原始对象的公用接口。
I don't remember which one of suggested we ask questions for each chapter, effectively making it also test-driven.
我不记得我们中是谁建议在编写每章之前提出问题,这就采取了测试驱动的方式,而且很有效。
Test-driven development will often force me to revisit early assumptions.
测试驱动开发经常迫使我重新考虑之前的假设。
It has extensive unit tests (in part because I wrote it for a discussion of test-driven development).
它具有丰富的单元测试(因为我编写的目的是用于探讨测试驱动开发)。
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD).
机器人框架是一个通用的测试验收测试和验收测试驱动开发(ATDD)自动化框架。
Nevertheless, test-driven portal application development requires broadening the unit test approach.
然而,测试驱动的门户应用程序开发需要拓展单元测试方法。
With test-driven development (TDD), you use unit tests to help design your code.
利用测试驱动开发(TDD),你用单元测试帮助设计你的代码。
But test-driven development is only as good as the tests are.
但是,测试驱动的开发不能超过测试所能达到的程度。
agile development; agile modeling; test-driven development; extreme programming.
敏捷开发;敏捷建模;测试驱动开发;极限编程。
IPython also works quite well with any programming style, including Test Driven Development (TDD) or Test Enhanced Development (TED).
IPython可以与任何编程风格很好地融合在一起,包括测试驱动的开发(TDD)或者测试增强的开发(TED)。
Test-driven development is a mantra in many software circles; but clearly Python is a language well suited to the test-driven model.
测试驱动(test-driven)的开发在很多软件周期中都很流行;不过,显然Python是一门适合于测试驱动模型的语言。
In fact, I prefer the name test-driven development for this practice.
实际上,我更倾向于把这种方法命名为测试推动的开发(Test-DrivenDevelopment)。
This resembles Test Driven Development (TDD), where Unit tests are supposed to be written before the code.
这有点像测试驱动开发(TestDrivenDevelopment,TDD),单元测试应在代码之前编写。
"Jidoka" or Autonomation is a manufacturing parallel to Test-Driven Development in software development.
制造业中的“Jidoka”即自动停机(Autonomation)与软件开发中的测试驱动开发类似。
I created some unit tests for my task library to ensure tasks were being created properly and begun some test-driven refactoring.
我为我的任务库创建了一些单元测试,以保证任务可以被正确地创建出来,并且以测试驱动重构迈开第一步。
This two-part article discussed test-driven development in an SOA environment.
这个包括两部分的文章系列讨论了SOA环境中的测试驱动的开发。
Probably the most surprising revelation is the increased emphasis on test driven development and dependency injection.
或许最令人惊讶的事实是日渐增长的对于测试驱动开发和依赖注入的重视。
Test-first programming, which is part of Extreme Programming and test-driven development, builds upon this idea and takes it to the extreme.
测试优先编程,是极限编程和测试驱动开发的一部分,基于这种想法并发挥到了极限。