单词 | test-driven development | ||||||||||||||
释义 | test-driven development
更多释义 收起释义 例句释义: 测试驱动开发,测试驱动的开发,测试驱动型开发 1. Continuous integration is often intricately linked with the practice of test-driven development. 持续集成常常与测试驱动的开发实践杂乱的链接在一起。 www.ibm.com 2. He came out of it realizing that there is a whole style to test-driven development that he didn't expect. 最终他认识到,测试驱动开发完全不是他所期待的那样。 www.bing.com 3. In test-driven development automated tests should be written in the first place, in comparison to manual tests performed by team members. 在测试驱动开发中,跟团队成员执行的手动测试相比,自动测试的编写应该放在首要位置。 www.infoq.com 4. I believe that test-driven development (TDD) is one of the most important practices to come out of the Agile movement. 我相信测试驱动的开发(TDD)是敏捷活动中最为重要的一种实践。 www.ibm.com 5. However, I think it is hard to tell at the moment because not enough people have tried the test-driven development approach. 不过,现在还很难下结论,因为尝试过测试驱动开发的人还是少数。 www.bing.com 6. Extended traditional test-driven development methodologies to ensure the system regression suites evolved with all new features and fixes. 扩展传统测试驱动开发方法系统,确保系统回归测试套件随所有新特性和补丁演变。 www.ibm.com 7. It is the heart of test-driven development (TDD) -- how you would perform XP if you could only follow a single practice. 它是测试驱动的开发(TDD)的核心——如果您只能遵循一个实践,该如何执行XP呢? www.ibm.com 8. Test-driven development is an Agile development technique in which developers code test cases before implementing the service. 测试驱动的开发是一种Agile开发技术,其中开发人员在实现服务之前先编码测试用例。 www.ibm.com 9. Sorry, but test-driven development (TDD) is actually faster than just writing the code and throwing it over the wall to QA! 抱歉,比起只是写代码,然后抛给墙那边的QA去测试来说,测试驱动开发(TDD)确实更快! www.infoq.com 10. Test-driven development allows you to defer decisions until you understand the problem better. 测试驱动开发允许你推迟决定,直到你更好地理解了问题之所在。 www.bing.com 1. Several of the practices outlined here can be categorised as general Test Driven Development (TDD) practices. 本文概述的实践中,有一些可归类到常用的测试驱动开发(TDD)实践。 www.ibm.com 2. Some software practices have developed a test driven development process, which offers an opportunity for a quality gate. 有一些软件操作发展了测试驱动的开发过程,这又为质量检验关提供了一个机会。 www.ibm.com 3. Finally, test-driven development forces you to write unit tests as part of the normal process of writing an application. 最后,测试驱动的开发将迫使您将编写写单元测试作为开发应用系统通常过程的一部分。 space.itpub.net 4. Test-driven development is common in the extreme programming community, but that's still a very small slice of the programming population. 它在极限编程的人群中非常普及,但这部分人仍然只是程序员群体中极小的一片。 www.bing.com 5. In test-driven development, you want to move in small increments, so you should fix this problem before moving on to the next. 在测试驱动开发中,您需要进行增量开发,因此在进行下一次开发前,需要先解决此次测试出现的问题。 www.ibm.com 6. Test-driven development will often force me to revisit early assumptions. 测试驱动开发经常迫使我重新考虑之前的假设。 www.ibm.com 7. It has extensive unit tests (in part because I wrote it for a discussion of test-driven development). 它具有丰富的单元测试(因为我编写的目的是用于探讨测试驱动开发)。 www.ibm.com 8. Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). 机器人框架是一个通用的测试验收测试和验收测试驱动开发(ATDD)自动化框架。 www.dgmini.com 9. With test-driven development (TDD), you use unit tests to help design your code. 利用测试驱动开发(TDD),你用单元测试帮助设计你的代码。 www.bbsmvc.com 10. But test-driven development is only as good as the tests are. 但是,测试驱动的开发不能超过测试所能达到的程度。 www.ibm.com 1. agile development; agile modeling; test-driven development; extreme programming. 敏捷开发;敏捷建模;测试驱动开发;极限编程。 www.lw-cn.cn 2. IPython also works quite well with any programming style, including Test Driven Development (TDD) or Test Enhanced Development (TED). IPython可以与任何编程风格很好地融合在一起,包括测试驱动的开发(TDD)或者测试增强的开发(TED)。 www.ibm.com 3. 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是一门适合于测试驱动模型的语言。 www.ibm.com 4. In fact, I prefer the name test-driven development for this practice. 实际上,我更倾向于把这种方法命名为测试推动的开发(Test-DrivenDevelopment)。 www.ibm.com 5. This resembles Test Driven Development (TDD), where Unit tests are supposed to be written before the code. 这有点像测试驱动开发(TestDrivenDevelopment,TDD),单元测试应在代码之前编写。 www.infoq.com 6. "Jidoka" or Autonomation is a manufacturing parallel to Test-Driven Development in software development. 制造业中的“Jidoka”即自动停机(Autonomation)与软件开发中的测试驱动开发类似。 www.infoq.com 7. This two-part article discussed test-driven development in an SOA environment. 这个包括两部分的文章系列讨论了SOA环境中的测试驱动的开发。 www.ibm.com 8. Probably the most surprising revelation is the increased emphasis on test driven development and dependency injection. 或许最令人惊讶的事实是日渐增长的对于测试驱动开发和依赖注入的重视。 www.infoq.com 9. Test-first programming, which is part of Extreme Programming and test-driven development, builds upon this idea and takes it to the extreme. 测试优先编程,是极限编程和测试驱动开发的一部分,基于这种想法并发挥到了极限。 www.builder.com.cn 10. the employment of test driven development and refactor technique to enhance efficiency and improve code quality. 运用测试驱动开发和重构技术,提高开发效率和改善代码质量。 www.fabiao.net 1. I'm also in favour of Test-Driven Development; not sure if the Node. js community has chosen a de-facto standard library for testing. 我也很喜欢测试驱动开发;不知道Node.js社区是否已经选择了测试库的事实标准。 www.infoq.com 2. Two recent, big changes in software engineering have been the growing use of test-driven development and continuous integration. 在软件工程方面,两个最近的重大变化是对测试驱动的开发和持续集成的使用日益增加。 www.ibm.com 3. Is a comprehensive collection of articles and resources about test-driven development. 是关于测试驱动开发的文章和资源的全面集合。 www-128.ibm.com 4. Provide training that covers Code Smells, Refactoring, Unit Test and Test Driven Development. 提供一些培训,包括代码的坏味道,重构,单元测试和测试驱动开发等。 www.infoq.com 5. When you do, they morph into concepts like test-driven development and pair programming, which most people view as rather extreme. 当您这样做时,它们就变成类似测试驱动的开发(Test-DrivenDevelopment)和结对编程(PairProgramming)之类的概念,大多数人认为相当极端。 www.ibm.com 6. Further, test-last tools cannot support Acceptance Test Driven Development (ATDD). 进一步说,“最后再测试”工具无法支持“验收测试驱动开发(AcceptanceTestDrivenDevelopment)”。 www.infoq.com 7. If you've never heard of test-driven development (TDD), please read the wikipedia article on it immediately. 如果你从没听说过测试驱动开发(TDD),请立刻看看维基百科的解释。 www.cnblogs.com 8. Test-driven development is a critical component of software development. 测试驱动开发是软件开发的重要部分。 www.ibm.com 9. RSpec is the behavior-driven framework that enhances test-driven development in Ruby. RSpec是一种行为驱动框架,可增强Ruby中的测试驱动开发。 www.ibm.com 10. If you follow the practice of test-driven development, you will actually develop your tests before you develop your code. 如果你遵循测试驱动开发的实践,那么实际上你将在开发你的代码之前开发你的测试。 www.ibm.com 1. Test-driven development (TDD) is a key practice in agile software development. 测试驱动的开发(TDD)是敏捷软件开发中的关键实践。 www.ibm.com 2. Some of them adapt well to using a test-driven development style. 有些人非常好的适应了测试驱动的开发方式。 www.ibm.com 3. Next up: I talk about emergent design through test-driven development, which I've renamed test-driven design. 下一部分:我将通过测试驱动开发(我已经将其命名为测试驱动设计)讨论紧急设计。 www.ibm.com 4. It provides better support for test-driven development (TDD). 它为测试驱动的开发(TDD)提供了更好的支持。 msdn.microsoft.com 5. You're changing this amorphous body of code with test- driven development. 你所做的是在测试驱动下修改一大堆乱七八糟的代码。 www.bing.com 6. On the subject " Why hasn't Acceptance Test Driven Development Taken Off" 在“为什么验收测试驱动的开发没有发展起来”的主题上 www.infoq.com 7. Part 1 of this series on test-driven development in an SOA environment showed you how to write unit tests for SOA applications. 在这个有关SOA环境中的测试驱动的开发系列中,第1部分向您介绍了如何为SOA应用程序编写单元测试。 www.ibm.com 8. For many developers, the shift from test-driven development to BDD is a smart move. 对于很多开发人员来说,从测试驱动开发转移到BDD是明智的转变。 www.ibm.com 9. There are many benefits that result from practicing test-driven development. 将测试驱动开发付诸实践有许多好处。 space.itpub.net 10. A general principle of test-driven development is that you should test all published interfaces to a class. 测试驱动的开发的总体原则之一就是应测试一个类已发布的所有接口。 www.ibm.com 1. The nuclear means and process of test-driven development are discussed. 论述了测试驱动开发的核心理念及其过程。 www.juyy.net 2. The other big motivator was test driven development. 另外一个很大的推动力就是测试驱动开发。 www.infoq.com 3. For test-driven development, you have to twist your thinking a little bit. 对于测试驱动开发,您必须稍微改变一下思考方式。 www.ibm.com 4. Joel: There's a debate over Test Driven Development. . . 祖尔:这里是关于测试驱动开发的辩论… www.bing.com 5. The key to starting with test-driven development is to start at the top, and make as few assumptions as possible. 测试驱动开发入门的关键就是从零入手,尽量少地使用假设条件。 www.ibm.com 6. Test-driven development (TDD) alters the process of writing code so that change is not only possible, but desirable. 测试驱动开发(TDD)改变了编码的过程,并且这种改变不仅是可能的,同时也是值得去做的。 www.bing.com 7. This is consistent with test-driven development practices. 这与测试驱动的开发实践是一致的。 www.ibm.com 8. For example, you may start with iterative and test-driven development, and then follow up with pair programming and collocated teams. 比如,您可以以迭代和测试驱动开发开始,然后可以遵循成对编程和配置团队的原则。 www.ibm.com 9. The good news is that test-driven development isn't just for new code. 好消息是,测试驱动开发不仅仅适合于新代码。 www.ibm.com 10. Test-driven development method combined with design pattern 与设计模式相结合的测试驱动开发方法 www.ilib.cn 1. Application research on test driven development 测试驱动开发应用研究 ilib.com.cn 2. Adopt Test Driven Development practices in general 采用测试驱动的开发的常用实践 www.ibm.com 3. test driven development algorithm test 算法测试参见 wenku.baidu.com 4. Test-Driven Development: A Practical Guide 大陆中文版:《测试驱动开发——实用指南》 zh.wikipedia.org 5. Test Driven Development and Practice 测试驱动开发及开发实践 www.ilib.cn 6. The Unit Test of Test-Driven Development 测试驱动开发中的单元测试 www.ilib.cn 7. Test driven development (if you like it) 受测试驱动的开发(如果你好这口) www.bing.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。