未测试的用例将最终导致在生产中出现问题。
Use cases that are not tested will ultimately cause problems in production.
(几乎)不留下任何未测试的代码。
供应商未测试的参数导致不良。
方坯由于缺少生产任务,未测试使用寿命。
Lack of producing task, the square mould lifetime is not tested.
记住:未测试的代码很可能就是有疑问的代码!
SOAP仍是一个非常新的、未测试过的系统。
这在组件测试中非常有用,如你可以在封装之前确认未测试代码并检查它。
This is immensely useful during component testing, as you can identify untested code and check it before it is shipped.
在测试所有方法之后,就可以开始分析对未测试的语句进行测试的必要性。
Once all the methods are tested, you can begin looking at what's necessary to activate any untested statements.
如果您不知道什么代码未测试的话,那么您就不能添加测试以弥补这个空白。
If you don't know which code is untested, you can't add tests to fill the gap.
除此之外,当老的、未测试的代码被改变的时候,程序员应为代码编写新的测试。
Additionally, when old, untested code is modified, programmers should write new tests for that code.
产品已经发布了,您需要停止测试,但您立即停止的话,又会有未测试到的部分。
The product has to be released, so you will need to stop testing, but if you stop too soon, there will still be areas untested.
利用Cobertura报告,可以找出代码中未测试的部分并针对它们编写测试。
Using Cobertura's reports, you can identify the untested parts of the code and write tests for them.
前瞻性测试与执行新的组合测试一样简单——一起测试以前未测试的Web服务规范。
Forward looking testing can be as simple as doing new compositional testing-testing the Web service specifications in combinations that have not been tested before.
边界条件将等待未测试的、范围之外数据,允许它们将您的应用程序带到其管辖范围之内。
The boundary conditions wait, untested, for out-of-domain data that will permit them to bring your application to its metaphorical knees.
通常的未测试网站的转化率大约在0.25%,这意味着每400个访客获取到一笔销售。
Many untested websites have conversion rates that run around 0.25%. This means that it takes 400 visitors to get one sale.
图6中还说明了效率,这显示出更少量的从一次构建到下一次的未测试的或“带过来的”变更。
This efficiency is also illustrated in Figure 6, which shows a much smaller number of untested or "carried" changes from one build to the next.
如果它们确实存在的话,那么是否需要机构的分析以考虑一下如何在能最大化总体流程,而不是提高公司生成未测试代码的能力?
If they exist, could it be that analysis of the organization needs to take place to consider how to maximize overall flow, rather than maximize the organization's ability to generate untested code?
当公司针对一个业务案例(不合理地使用了上百万美元的未测试技术)企图实现成百个未经证实的服务时,他们失败风险的非常大。
When companies seek to implement hundreds of unproven Services against a business case that is not justified using millions of dollars of untested technologies, they risk significant failure.
考虑到上面这些以及类似的情况,我认为一些极限程序员自动删除所有未测试代码的做法是不切实际的,并且可能具有一定的讽刺性。
Given these and similar issues, I find the efforts of some extreme programmers to delete all untested code automatically to be unrealistic and perhaps satirical.
您可以用if(purify_is_running()) 来包围多个PurifyAPI ,从而使 Purify函数命令不会在您未测试的程序中变得缓慢(请看列表4)。
You can surround multiple Purify APIs with if(purify_is_running()) to keep Purify function calls from slowing down your uninstrumented program (see Listing 4).
然而,我们得感谢RationalPureCoverage ,在ASDI项目中我们能够容易得实现了接近 100% 的代码覆盖率(由于项目预算和范围的原因,少量的未测试的残留是被允许的)。
However, thanks to Rational PureCoverage, on the ASDI project we were easily able to come close to 100% coverage (with a small amount remaining untested due to project budget and scope).
去年6月,芬斯特让他的律师去重新调查过去的谋杀和强奸定罪,看看用新开发的DNA 测试工具是否能弄清一些未解决的问题。
Last June, Pfingst told his attorneys to go back over old murder and rape convictions and see if any unravel with newly developed DNA-testing tools.
在本测试中,我们将假设服务器上未部署任何企业应用程序。
For this test, we will assume that no enterprise applications have been deployed on the server.
首先用一条未监护的日志语句编写一个测试案例。
要在未插接模式下测试应用程序,您需要使用项目内存储的一个JSON静态文件。
To test the application in uplugged mode, you use a JSON static file stored inside the project.
如上所示,您收到一条警告消息,指明测试数据库未创建,因为它已经存在。
As shown, you receive a warning message that the test database wasn't created because it already existed.
如果集成测试客户端未运行,则将不再模拟组件,并且其实现将运行,而不需要进一步更改。
When the integration test client is not running, then components are no longer emulated and their own implementations run without further changes.
对所有类进行专门测试后,还要为所有未覆盖的方法编写测试代码。
Once you partially test all the classes, write tests that cover any uncovered methods.
此表包含每个已测试记录的未验证规则清单。
This table contains the list of non-verified rules for each tested record.
调用未预期的方法不会导致测试失败。
应用推荐