• 对于那些下载了我们最新测试分支目前正在使用自动删除将其放在默认版本

    For those who downloaded our most recent beta branch and are currently using it, you'll be automatically removed from it and put on the default version.

    youdao

  • 如何开发中的主干运行持续集成(Continuous Integration,CI),以定期测试分支主干合并

    How to run Continuous Integration (CI) against a branch that is under development and regularly test the merge against the trunk?

    youdao

  • 有时会被引用作为不同的分支路径或者变异性识别测试设计者识别各种方法所有中,用户或者外部系统都可以执行这个

    While it is variously referred to as branch, path, or variability identification, in all cases the test designer identifies the various ways the user or external system can execute the use case.

    youdao

  • 必须编写每个测试尽量覆盖尽可能多的方法和分支

    You have to write each test to cover as much as it possibly can.

    youdao

  • 除了静默输出风格直接利用以外,这个分支还举例说明了相对测试套件自定义测试以及结果报告控制

    Aside from the direct utility of the quiet output style, the branch illustrates custom testing against test suites and control of result reporting.

    youdao

  • 每个分支循环其他逻辑加入源代码之前要写出将要执行结果自动化测试

    Each branch, loop, or other logic added to the source code is preceded by the writing of an atomic test that will exercise that outcome.

    youdao

  • 单个分支开发增量的的检入只有频繁地执行自动化构建测试才能够实行。

    Single branch development and incremental check-in can only work when automated builds and tests are executed frequently.

    youdao

  • 只要测试通过修改的部分就可以推送分支

    Once the tests have been passed the change set is pushed to the main branch.

    youdao

  • 团队分支红色的,表示稳定;例如:这个分支通过单元测试但是可能没有完成集成测试,所以还没有稳定到可以发布的状态。

    The team branch is red to highlight that it is less stable, i.e. the stuff on that branch passes the unit tests but it might not be integration tested and might not be stable enough for release.

    youdao

  • 除此之外测试分支建模导致由于完成不同功能测试具有相似名称所带来的混乱

    Furthermore, the branching model for tests results in similarly named tests that have different functionality to the confusion of everyone.

    youdao

  • 有人考虑工作分支主干发布代码时,要触发手工测试检查故事是否“完成”。

    This test is triggered manually whenever someone is considering to publish code from work to trunk, as a way to check that the story is Done.

    youdao

  • 代码覆盖工具可报告测试覆盖率——覆盖分支覆盖形式表示——表示测试运行涉及代码

    A code coverage tool reports test coverage — either in the form of line or branch coverage — that represents the amount of code that is being touched when a test is run.

    youdao

  • 每个工作分支来说CI服务器自动有规律地(如果不能持续地)运行集成测试回归测试

    For each work branch, CI server automatically and regularly (if not continuously) runs integration tests and regression tests.

    youdao

  • 条件寄存器(ConditionRegister,CR)反映特定操作结果提供测试(分支)机制32位寄存器。

    The Condition register (CR) is a 32-bit register that reflects the result of certain operations and provides a mechanism for testing (and branching).

    youdao

  • 然而可以将NUnit[testfixture]看作是组织测试方法,它将测试包组织每个形成treeview的每分支

    However, you can also think of NUnit's [TestFixture] as a way of organizing a test suite as each class forms an individual branch in the treeview under the name of the project.

    youdao

  • 每个方法都有了至少测试使用代码覆盖率工具cobertura每个分支编写一个测试直到每一代码都能够测试

    Once every method has at least one test, use a code coverage tool, such as Cobertura, to write one test for every branch until each line of code is tested.

    youdao

  • 覆盖一样如果特定方法分支并且分支测试被覆盖,那么可以说这个方法100%的分支覆盖率。

    Just like line coverage, if there are two branches in a particular method and both were covered through tests, then you could say the method has 100% branch coverage.

    youdao

  • 由于每个团队发布代码主干进行测试,因此他们各自的工作分支

    Each team has their own work branch, since they each need somewhere to test their code before publishing to the trunk.

    youdao

  • 由于不同阶段发生不同时间同样编码人员业务分析师或是测试人员需要再当前分支每个阶段100%的利用可行的。

    Since the different phases occur at different times, it's feasible that the same coder, business analyst, or tester won't be 100 percent utilized at each phase of the current branch.

    youdao

  • 引入了动态本来支持HTTP测试脚本中的分支循环自定义验证

    I introduced dynamic scripting to allow branching, looping, and custom validation in HTTP test scripts.

    youdao

  • 确定每个方法测试到、每个分支都进入过么?

    Are you sure that every method is tested and every branch followed?

    youdao

  • 每个工作分支来说CI服务器自动持续检查构建运行所有单元测试的状况。

    For each work branch, CI server automatically and continuously checks that it builds and passes all unit tests.

    youdao

  • 这个报告表明虽然总体上说方法测试到了,但实际上还有许多分支没有测试到。

    This report reveals that although the method as a whole is tested, many branches are not.

    youdao

  • 只要这个故事相关的代码工作分支上完成实现通过测试我们所有的相关内容工作分支复制主干上就可以了。

    As soon as a story is implemented and tested on the work branch we copy everything from work to trunk.

    youdao

  • 然而所涉及到许多分析问题类似的并且对于控制工程所有分支来说,大多数分析综合技术测试方法都是相同的。

    However, many of the analytical problems involved are similar and most of the techniques of analysis and syntheses and methods of test are common to all branches of control engineering.

    youdao

  • Cobertura通过被测试测试分支来计算覆盖率。

    Cobertura calculates coverage both by the number of lines tested and by the number of branches tested.

    youdao

  • else代码简单逻辑分支根据测试期望说明选取路经——不是另一条路经——之后测试失败(通过)的原因

    Else code block is a simple logical crossroad that helps show why the test would fail or pass if one path - and not another - is taken, according to test expectations.

    youdao

  • Equinox 3.5已经OSGi 4.2ApacheFelix上月初也已经通过了一个测试(在4.2规范发布)。

    Equinox 3.5 already provided some of the OSGi 4.2 support, and Apache Felix had a passing test set earlier on in the month (prior to the 4.2 spec being passed).

    youdao

  • 编码压缩技术作为测试数据压缩方法一个重要分支,已被广泛采用。

    An important branch of compression method is to encode test data and that is used widely.

    youdao

  • 编码压缩技术作为测试数据压缩方法一个重要分支,已被广泛采用。

    An important branch of compression method is to encode test data and that is used widely.

    youdao

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

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

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