When the test purpose is achieved, the burning and destroying to the contact is simultaneously avoided.
在达到试验目的的同时避免了触头的烧损。
Here is the jsfiddle. For test purpose, I replaced doAjax arguments by a mock factory call, but the code stay the same.
我认为你的代码是做正确的方式,把你的电话在一个新的推迟,直到所有的尝试都达到了回报。
Temporal Logic with Constrained Events(TLCE) has been proposed to represent test purpose for testing of concurrent systems.
阐述了一种基于模型的并发系统测试框架,采用TLCE描述测试目的以引导测试用例生成。
This sample only USES a portion of them: URL, snippet, title, cached size, related information present, host name, and the query keyword itself for test purpose.
出于测试的目的,本示例只使用其中的一部分列:url、片段、标题、缓存大小、相关信息、主机名和查询关键字本身。
With the reference of the test purpose and requirement for high pressure gas bottle, the systems for airproof, fatigue, water pressure and blast test are worked out.
按照高压气瓶的各类试验的目的和要求,设计出了气密、疲劳试验和水压、爆破试验系统。
Note: you can clear this option to reduce merging, but for the purpose of this test, you will run a merge scenario with model files, so enable this option.
注意:你也可以清除此选项以减少合并,但是为了此次测试的目的,你要使用模型文件执行一个合并场景,因此激活此选项。
The comments make it easier to understand the purpose of the test and where you can possibly split the test after the recording session completes.
注释使得理解测试目的,以及记录过程完成之后您可能在什么地方分割测试,变得更加容易。
This Duncker candle problem, as it is known, is considered a good test of creativity because it requires you to imagine something being used for a purpose quite different from its usual one.
众所周知,这个邓克尔蜡烛难题被认为是一个很好的创造力测试,因为它要求你想象出某物跟它通常用途大不相同的使用方法。
All the research, planning, reviewing, test automation development, and maintenance are done for one purpose: to enable us to find bugs in the software.
所有的研究、计划、审阅、测试自动化开发,和维护都为了一个目的:使我们找到软件中的缺陷。
At least one company, Consumer Genetics, which sells the Pink or Blue test, requires customers to sign a waiver saying they are not using the test for that purpose.
至少有一家卖红蓝测试的公司,消费者遗传,要求客户必须签订一份弃权证书说明他们不会因那个目的使用该测试。
The purpose of this article is to introduce concepts about, and provide general best practices in the field of, test management.
这篇文章的目的是介绍相关概念,并提供测试管理领域常用的最佳实践。
The performance test environment is very much like a system test environment with a specialized purpose.
与系统测试环境非常相似的是,性能测试环境也具有特定的目的。
The purpose of this "shortcut" is to eliminate all unnecessary artifacts — that is, artifacts that don't immediately contribute to the ultimate goal of producing code or test cases.
此“捷径”的目的是去除所有非必要的工件——换句话说,不立即为生成代码或测试案例的最终目标做出贡献的工件。
The purpose of the iteration record is to allow you to "tag" other test assets in a way that associates the asset with a specific test cycle.
迭代记录的目的就是允许您以一种同一个指定的测试周期相关联的方式“标记”其他测试资产。
Mock objects mimic the behavior of classes written with the sole purpose of guiding code execution so that it falls within those areas under test.
模拟对象将模仿出于指导代码执行的惟一目的而编写的类的行为,以便它在测试时符合代码执行要求。
The sole purpose of these releases was to gather up fixes for bugs, test them in an integrated manner, and make them available to licensed customers.
这些版本的主要目的是收集缺陷修正、用统一的方式测试这些修正并提供给拥有许可的客户。
Creating test cases, especially for existing code, is very helpful in making the purpose of individual features more clear.
创建测试案例,尤其是为现有的代码创建测试案例,在使单个功能的目的更明确方面是很有帮助的。
I had always assumed that the purpose of the TCK is to allow anyone to test their software.
我一直认为TCK的目的是允许任何人测试他们的软件。
Because the nature of a prototype done in HTML is temporary—its purpose, after all, is to test ideas—don’t bother with the code; just make it work with minimal bugs.
网页原型是临时的,其目的归根结底还是去验证想法。由于你不用花时间写代码,也就降低了犯错的成本。
It would seem that the 'Nokia Test' served its original purpose, to help the agile coaches at Nokia determine which teams might be ready to benefit from coaching.
我们可以这么认为,“Nokia测试”的最初目的是帮助敏捷教练确定Nokia的哪些团队可能会受益于这些引导。
This could be used for the purpose of testing selpg, when you may only want (for some test case) to see the error messages, not the normal output.
这可作为测试selpg的用途,此时您也许只想(对一些测试情况)检查错误消息,而不想看到正常输出。
This special purpose ioctl interface will be able to control the interrupt generation sequence and the number of interrupts to be generated through the test application.
这个具有特殊用途的ioctl接口可以控制中断生成的顺序,以及通过测试应用程序所生成的中断的数量。
Oracle is encouraging developers to test their software with the new build and make them aware of any problems. A dedicated forum has been set up for the purpose.
Oracle鼓励开发者使用新版本测试自己的软件,这样才能尽早发现问题,还为了这个目的专门搭建了一个论坛。
Do you recall that the purpose of a setup method is to initialize the object under test.
您是否还记得一个set方法的主要目的是对测试下的目标进行初始化。
The purpose of the reliability test was to determine the performance and stability of the Rational Requirements Composer server over 5–7 days of continual use.
可靠性测试的目的在于在5到 7天的持续使用期间,决定RationalRequirementsComposer服务器的性能与稳定性。
This lets you continue to check XML other than the test case, and eyeball the result — either to find errors in what gnosis.xml.objectify does, or just to understand its purpose.
这样就让您可以继续分析测试用例以外其他的xml,并只着眼于结果——或者找出gnosis . xml .objectify所做事情中的错误,或者只是理解其目的。
Now let's refactor the test to use a general purpose mocking framework. We do this by adding a single script tag to the test page and rewriting the test like this.
现在让我们重构测试,使用一种通用的mocking框架。
The purpose was not to run a typical database benchmark with huge memory and storage server requirements, but rather to test CPU and process scalability.
目的不是运行一个典型的、具有大量内存和存储服务器需求的数据库基准,而是测试CPU和进程的可伸缩性。
The purpose was not to run a typical database benchmark with huge memory and storage server requirements, but rather to test CPU and process scalability.
目的不是运行一个典型的、具有大量内存和存储服务器需求的数据库基准,而是测试CPU和进程的可伸缩性。
应用推荐