• 已有测试工具中,代码测试工具有着重要应用

    In had in the testing tool, the source code test labor is having the important application.

    youdao

  • 代码测试问题领域关键部分之一获取数字因子

    This code tests one of the most critical parts of my problem domain: getting factors for a number.

    youdao

  • 大部分开发人员(不管他们是否测试自己的代码)至少都了解过关于代码测试课程

    Most developers, whether they test their code or not, have at least gotten a lecture about testing code at some point.

    youdao

  • 打算代码提交,您只想临时一些变更以便也许,您可以完成代码测试

    You don't intend to check this code back in; you merely want to make some temporary changes so that, perhaps, you can finish testing your code.

    youdao

  • 看起来需要代码覆盖率工具分析解决方案,显示代码测试哪些不是

    Looks like you need code coverage tool, which analyzes your solution and shows which lines of code tested and which are not.

    youdao

  • 一天结束时候,如果代码测试随后防御性编码实践不该任何一致性问题

    At the end of the day, if your code is well tested, and defensive coding practices are followed, you shouldn't have any consistency problems.

    youdao

  • 代码测试的次数方面之前的项目我们没有打算在我们的软件中进行 100% 代码覆盖率测试

    In terms of how much of the code to test, on previous projects we hadn.t aimed for 100% code coverage in our software.

    youdao

  • 因此基于5.6的源码修改代码测试觉得如下思路是靠谱的,按着这个方案重新整理代码

    And then I try to modify code on MySQL 5.6 source code, I found a practical way, I'm coding with this design.

    youdao

  • Facebook每周定期产品更新如果工程师测试新东西每天都可以用户进行代码测试

    Facebook has weekly product updates, but if you really want to test something, you can push your code out daily to a group of users to test.

    youdao

  • 1993年,电脑后,勤奋工作我的第一代码测试通过了第一次尝试20每分钟考试

    In 1993, after diligent work at my computer, I took my first code test and passed the 20 WPM exam on the first try.

    youdao

  • 虽说这么做并不会导致不同浏览器上代码测试工作量,毫无疑问有助于我们在开发过程中了解是否已经偏离轨道。

    It wouldn't eliminate the need to test the code on many browsers, but it would sure help during the development process to know if you are on track or not.

    youdao

  • 还有一个重点需要注意清单7中的以下代码(在下面的清单8中断开)代码测试每个单元格确保它们为空

    One more important note: in the following lines of code from Listing 7, broken out in Listing 8 below, the code tests each cell to make sure it's not null.

    youdao

  • 专栏文章中通过演示不同方式启用禁用断言以便优化代码测试和性能,讲述一些有关向代码中添加断言的基本知识。

    In this column, I'll show you the basics of adding assertions to your code, demonstrating a couple of different ways to enable and disable them for optimum code testing and performance.

    youdao

  • 可以下面代码测试这个Factorial,可以文件factorial . py中找到这些代码(请参阅参考资料)。

    You can test your factorial class using the following code, which you'll also find in the file factorial.py (see Resources).

    youdao

  • 敏捷教练咨询顾问们经常警告他们客户传统度量指标诸如收益价值、工作小时数、代码行数以及代码测试覆盖率等不能敏捷项目很好地吻合

    Agile Coaches and Consultants frequently warn their clients that traditional measures such as Earned Value, Hours Worked, Lines of Code, Code Coverage for Tests are not well suited to Agile Projects.

    youdao

  • 许多开发人员使用称为测试开发TAD各种测试首先编写代码然后编写单元测试

    Many developers use a variant of testing called test-after development (TAD), whereby you write the code and then write the unit tests.

    youdao

  • 为什么呢?因为代码指定测试正确情况下,进行一系列操作。

    Why? Because that block identifies a set of things that I'm going to do if the test is true.

    youdao

  • 接受任何形式帮助代码文档测试等。

    I accept all kinds of help like code, documentation, tests,...

    youdao

  • 由于没有系统中的相应部分构建代码测试失败

    The test fails because you have not yet built the code for that part of your system.

    youdao

  • 现有代码编写测试可能是个挑战。

    Writing tests for existing code can be a challenge.

    youdao

  • 匿名如何过程代码测试原型化问题诊断提供便利

    How anonymous blocks can facilitate the process of testing, prototyping, and troubleshooting of procedural code.

    youdao

  • 能减少代码测试生成进程需要

    This reduces the requirement to test the spawning process in your code.

    youdao

  • 一个理想敏捷项目之中,小的交接因为团队成员扮演所有的项目角色(编写实例开发代码测试等等)。

    In an ideal small agile project, you would have minimal hand-offs, because team members tend to take on all project roles (write stories, develop code, test, and so on).

    youdao

  • 代码进行测试下一步代码覆盖工具测试进行度量

    The next step beyond testing code is measuring the tests with a code coverage tool.

    youdao

  • 添加确实包括代码测试也许有益的。

    It may be beneficial to add a test that covers this code explicitly.

    youdao

  • 刚刚学校毕业出来,没有足够经验开发代码测试代码撰写文档推销产品或者可用性测试

    Fresh out of college, I didn't have enough experience to develop the code, test the code, write the documentation, market the product, or do the usability tests.

    youdao

  • 这个工具能够使我们观测我们提供代码覆盖测试然后决定改进测试还是通过手工检查的方法来测试代码

    This tool enabled us to monitor the coverage provided by our tests and then decide whether to improve the tests or test the code through manual inspection instead.

    youdao

  • 探究未知gui代码编写测试非可视化代码编写测试复杂

    Writing tests to explore unknown GUI code is more complex than writing tests for non-visual code.

    youdao

  • 不幸的是,代码覆盖测试只能确保测试所有代码得到执行。

    Unfortunately, code coverage testing only makes sure you're executing all the code you'd like to test.

    youdao

  • 不幸的是,代码覆盖测试只能确保测试所有代码得到执行。

    Unfortunately, code coverage testing only makes sure you're executing all the code you'd like to test.

    youdao

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

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

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