• 每项产品需求必须连结测试案例工作项目(这些测试案例工作项目示范需求是否已满足),必须通过测试才能将专案视为完成

    Before it is considered completed, each product requirement must be linked to a set of test case work items that together demonstrate whether the requirement has been met, and the tests must pass.

    youdao

  • 马萨诸塞州小学高中学生学习生涯中都必须通过一系列标准化测试

    Both elementary and high school students in Massachusetts must pass a series of standardized tests throughout their studies.

    youdao

  • 所在的州,马萨诸塞州小学高中学生学习生涯中都必须通过一些标准化测试最终作为高中毕业必备条件。

    As in many states, Massachusetts elementary and high school students must pass a series of standardized tests during their scholastic careers, ultimately as a prerequisite for high school graduation.

    youdao

  • 实现必须通过充分的生产测试进行验证生产中受到监控,确保解决方案的正确执行不会受到限制

    The implementation must be validated through adequate pre-production testing and monitored in production to ensure the solution is not limited from executing properly.

    youdao

  • 几乎毫无疑问的,开发人员实现服务必须通过服务测试

    This almost goes without saying, but as the developers implement the service, the service must pass the service tests.

    youdao

  • 接着一个测试必须使用不同参数迫使我们实现正确的算法通过所有测试即使我们没有开始下一个环节的重构

    However, the next test might use different parameter values, forcing us to implement a proper algorithm in order to pass both tests, even if we didn't refactor as described next.

    youdao

  • 举个例子交付准备服务器必须配置正确,避免发生诸如发送测试邮件所有用户或是通过正式支付网关订单等问题。

    For example, a staging server must be property configured so it won't do things like send out test emails to all of your customers or place orders through a live payment gateway.

    youdao

  • 测试的时候,可能必须构建出接口一些代码编译通过——这一步该跨多大

    When writing a test you have to build interfaces and some classes to get it to even compile - how far do you let that go?

    youdao

  • 这样由于单元测试必须通过,所以设计文档总是最新的。

    As such, this design document is always up-to-date because the unit tests always have to pass.

    youdao

  • 认为我们必须通过赞助商的资助才能完成测试有点悲哀但是无论如何是个主意

    I think it's kinda sad that we are gonna have to, like, you know, pay for our test by sponsoring up, but I think it's a pretty good idea.

    youdao

  • 比如说,要通过Antjunit任务运行测试必须确保某些文件位于类路径中低层JVM提供一个参数

    For example, to run my tests via Ant's junit task, I have to ensure some files are in my classpath and provide an argument to the underlying JVM.

    youdao

  • 注意必须创建一个mqauth认证别名,使用适当的认证通过管理控制台连接测试服务器

    Note that you will have to create an mqauth authentication alias with proper authorizations to connect to WebSphere mq in the test server through admin console.

    youdao

  • 如果敲门序列包含四次“敲门”,黑客通过强力攻击猜出序列,必须测试大约13,000,000,000,000,000,000个序列(13后面18个)。

    If you settle on a sequence just four "knocks" long, a hacker trying to guess it by brute force would have to test about 13 million million million possible sequences (that's 13 followed by 18 zeros).

    youdao

  • 如果 在转移之前测试一下 你必须临时改变一下数据库项"wp_options"中的"siteurl" "home"值(可以通过类似phpMyAdmin的工具修改)。

    If you want to test before you switch , you must temporarily change "siteurl" and "home" in the database table "wp_options" (through phpMyAdmin or similar).

    youdao

  • 为了ASDI同意项目的第一阶段已经成功完成系统必须通过一些最终验收测试

    The system had to pass some final acceptance tests in order for ASDI to agree that Phase 1 had been successfully completed.

    youdao

  • 这个方法缺点一旦创建测试必须通过编程它们添加适当TestSuite 中痛苦

    The downside of this method is that as you create new tests, you must add them programmatically to the appropriate TestSuite, which can be a pain.

    youdao

  • 因为用户正在通过SIP网关连接测试外部社区,所以必须使用Internet地址

    Because users are being tested over an SIP or gateway connection to an external community, the Internet address must be used.

    youdao

  • 如果用户正在通过SIP网关连接测试外部社区,则必须使用Internet地址

    If users are being tested over a SIP or gateway connection to an external community, the Internet address must be used.

    youdao

  • 意味着必须稍微调整Calc. parse方法,以便通过测试

    This means the Calc.parse method has to be adjusted just slightly to get this test to pass, as shown in Listing 8.

    youdao

  • 第一种方法代码进行完全彻底单元测试重构之前之后必须通过这样测试

    One way is to have a thorough set of unit tests for the code: the code should pass the tests both before and after refactoring.

    youdao

  • 通过确定必须测试哪些组件以及如何最好测试那些组件来开始测试

    Start your testing by establishing which components you must test and how best to test them.

    youdao

  • 考虑到不同个体之间差异系统的影响,任何接受测试的人必须首先通过基准测试”。

    For the system to take account of differences between individuals, anyone undergoing the test has to have a 'baseline' assessment first.

    youdao

  • 至少现在要求代码必须能够通过测试,到现在为止,我还没有进入需要大量返工的编码阶段。

    At least I now have a set of tests the code must pass, and I haven't gotten so far into coding that the amount of rework is excessive.

    youdao

  • 当然必须每个阶段通过测试才能进入下一阶段。

    Testing, of course, occurs at each stage before continuing on.

    youdao

  • 他们测试结果使用流程说明他们的目标是要成为我们头号必须通过测试方案

    Their test cases and use flows that illustrate how they accomplish their goals become our top "Must Pass" test cases.

    youdao

  • 更改测试意味着服务模拟现在不能通过测试因此必须对其进行更改实际模拟服务现在工作方式

    Changing the tests means that the service mocks now don't pass the tests, so they must be changed as well to accurately mock the way the service now works.

    youdao

  • 为了通过测试,机器中的程序必须使对方(人类)误以为也是一个人类,且如果机器通过测试,该机器就认为是人工智能

    To pass the Turing test, and thus be considered intelligent, a program must fool a human being into believing that it is another human being.

    youdao

  • 为了通过测试,机器中的程序必须使对方(人类)误以为也是一个人类,且如果机器通过测试,该机器就认为是人工智能

    To pass the Turing test, and thus be considered intelligent, a program must fool a human being into believing that it is another human being.

    youdao

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

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

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