• For instance, run the test code in the server context itself, where the component will be running.

    例如这个服务器自身运行这个测试代码并且这个组件在这里运行

    youdao

  • If the unit test cases cannot be successfully completed, either due to bugs in the application or the lack of unit test code, then the application should not be accepted for performance testing.

    如果单元测试案例因为应用程序中的错误缺少单元测试代码无法成功完成那么应用程序应该性能测试接受

    youdao

  • What if there are tens or hundreds of locators in the test code?

    万一测试代码里面几十上百定位怎么办

    youdao

  • But forcing the public API to accommodate factory objects or abstract factories, just because the test code wants it to, is the wrong design.

    强迫公用api适应工厂对象抽象工厂(因为测试代码要求这样)错误的设计。

    youdao

  • To test code that accesses hardware, you must write a piece of code that responds in a way similar to the hardware.

    为了测试访问硬件代码必须编写按照与硬件相似方式做出响应的代码。

    youdao

  • The performance comparisons use the same test code as earlier articles, a seismic data retrieval service.

    性能比较使用之前文章相同测试代码地震数据查询服务。

    youdao

  • The performance test code first reads the documents to be used in the test into memory, then runs through a sequence of operations on the documents.

    性能测试代码首先将测试使用文档读入内存中然后文档进行一系列操作

    youdao

  • A set of command line tools that do the dirty work of setting up directory structures and creating initial production and test code.

    命令工具,用于进行设置目录结构创建初始生产测试代码修改工作

    youdao

  • It reduces redundant test code and can enforce a standardized mechanism to perform some tasks and keep track of values returned by the API methods.

    减少了冗余测试代码能够强制使用标准机制执行任务并且可以跟踪api方法的返回

    youdao

  • At the same time, recording all test scenarios can create duplicate test code when you're testing similar scenarios.

    同时,在测试与以前类似的场景时,记录所有测试场景创建重复的测试代码

    youdao

  • Since this doesn't side-step patents, though, any issues relating to the test code that infringe on patents may still be a problem.

    这么做却无法回避专利问题,因此这些侵犯了专利测试代码相关的内容依然是个问题。

    youdao

  • In VS2008 for example, we inserted comments into generated unit test code in order to help beginner users to understand the various components of a unit test.

    例如VS 2008中,我们生成单元测试代码加入注释帮助初学者理解一个单元测试各个组成部分。

    youdao

  • Because runtime compilation USES profiling data to guide its optimization, the JIT may well optimize the test code differently than it would real code.

    因为运行时编译使用概要数据指导优化所以JIT测试代码优化可能不同实际代码的优化。

    youdao

  • A strategy we used to pursue the "test code early and often" best practice was to involve developers in both feature verification and product verification (system-level) testing.

    我们曾经提到策略尽早经常地测试代码一项开发者提出的最佳实践无论是特性验证还是产品的验证(系统级)测试中。

    youdao

  • All application development efforts must provide a comprehensive unit test strategy and accompanying unit test code that can be executed to determine that the build is complete and functional.

    所有应用程序开发工作必须提供全面单元测试策略附带执行的单元测试代码确定构建完整的和有效的。

    youdao

  • On the other hand, if the test code does any object allocation at all (and nearly all code does), it's going to create garbage, and eventually, the garbage collector is going to have to run.

    另一方面如果测试代码进行对象分配工作(差不多所有的代码都要这样),那么垃圾收集器肯定运行。

    youdao

  • Change in test code: a test case that you added to improve code coverage may be causing the slowdown, possibly exercising a peculiar portion that is vulnerable to speed.

    测试代码变更增加的用来改善代码覆盖率的测试用例可能导致慢,也有可能部分代码特别容易影响速度。

    youdao

  • Typically, you will use the separation of concerns principle when you plan how you will divide and structure your test code for application-under-test features and behaviors.

    通常,在计划如何测试应用的特性行为进行分离组织测试代码,您将会使用关注分离这个基本原理

    youdao

  • The short "code, test, code, test" cycle of TDD invites refactoring in these cases, which continually drives the development of uncomplex code.

    这些情况下TDD简短代码测试、代码、测试”循环将导致重构这将继续驱使非复杂代码的开发

    youdao

  • The output of each section of match test code is sorted, then added to the overall suggestion link list.

    首先,匹配测试部分输出进行排序,然后将其添加建议链接列表。

    youdao

  • Response time breakdown shows you how much time was spent in each part of the system under test code as the system was exercised.

    这个系统运行响应时间细分数据显示测试系统一部分花费时间。

    youdao

  • There is no need to write and test code during a method development project, but there is still a need for testing all links and usage threads.

    方法开发项目没有必要编写测试代码但是仍然需要测试所有连接

    youdao

  • The test code at the bottom starts by deleting all the entries from the database.

    底部测试代码删除数据库中的所有条目

    youdao

  • Typical tasks in his cycles are writing a test, code to pass the test, refactor the code, commit the changes.

    每个周期内的典型任务包括测试、让代码通过测试、重构代码、提交修改。

    youdao

  • Test Implementer: the test Implementer writes the additional test code, runs the tests to validate the solution, then reports errors to the appropriate developer and tests the resulting fixes.

    测试实现人员:测试实现人员将编写额外的测试代码运行测试验证解决方案然后将错误报告相应开发人员修正代码进行测试。

    youdao

  • Look at all of the scaffolding that was necessary to support two actual lines of test code!

    看到吗?这么多代码只是为了支持测试代码

    youdao

  • Listing 6 shows the main parts of the test code I'll use to check out the performance.

    清单6显示用于检查性能测试代码主要部分

    youdao

  • The test code at the bottom then sets the value and prints out the new value.

    底部的测试代码设置打印出新值。

    youdao

  • Testing the form validation can also be done in the unit test (Listing 19 shows the form validation test code).

    表单验证测试可以单元测试完成清单19展示了表单验证的测试代码)。

    youdao

  • This can make test writing simpler and less error-prone, and also result in test code that is shorter and more readable.

    这会简化测试的编写减少错误使测试简短、可读性更好。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定