下一步,设置您的测试循环测试所有数据。
Next, set up your test to loop through all of the data. The easiest way to do this is by adding a loop.
当执行基于用例的测试时,最明显的技术是过程循环测试(或规则测试)。
When performing testing based on use cases, the most obvious technique is the process cycle test (or algorithm test).
完成了NI公司数据采集设备的噪声电压测试和波形同步循环测试;
The noise voltage and the synchronous waveform cycle are tested using the data acquisition equipment of NI corporation.
是否按照文件规定计划进行烤箱热循环测试?是否有客观证据其有执行?
Are thermal profiles performed on the tack dry ovens on a documented schedule? Is there objective evidence that it is being performed?
目的:应用有效的持续加载、循环测试原理来测定2种不同的脊柱内固定翻修的相对强度。
Objective. To determine the relative strengths of 2 different forms of revision spinal instrumentation using a validated, constant load, cyclic testing mechanism.
采用计算机软、硬件技术和数据处理方法,研究和开发了一种新型焊接热循环测试与分析系统。
A new type of computer-aided testing and analyzing system for welding thermal cycle is presented in this paper. The system adopts computer technology and data processing methods.
通过对不同工艺参数下形成的混合焊点和无铅焊点进行了外观检测、X射线检测和温度循环测试。
Through appearance testing, X-Ray testing and temperature cycling testing, the reliability of mixed solder joints and lead-free solder joints which formed under various process parameters was assesed.
完善的功能包含以下几个方面:(1)在测试悬浮力和导向力时,可以根据需要在大循环中进行小循环测试。
Perfected function include such aspects: (1) it can measure with little loop in big loop measurement when measure levitation force or guidance force.
三个试 验组试件完成最终第10 000次循环测试后,其轴向位移数据的均值差异不具有统计学意义;
No statistical difference was found in vertical migration value of prostheses for lesser trochanter fixation and cement reinforcement after they were tested 10 000 cycles.
这种恶性循环就是为什么大多数程序员讨厌测试人员告诉他们代码出现问题的原因。
That kind of cycle of doom is why most programmers hate testers who tell them something is wrong with the code.
更重要的是,对构建3运行的并且随后不在循环中重新运行的测试可能会错过构建4或之后引入的缺陷。
More importantly, tests that were run on build 3 and not rerun later in the cycle may have missed a defect introduced in builds 4 or later.
我引入了动态脚本来支持HTTP测试脚本中的分支、循环和自定义验证。
I introduced dynamic scripting to allow branching, looping, and custom validation in HTTP test scripts.
此外,单调乏味的构建、编译、部署和测试循环缩短了很多。
Furthermore, the tedious build, compile, deploy, and test cycle is shortened considerably.
您可以定义一个测试中的部分为循环,让其运行特定次数。
You can define part of a test as a loop that runs a specified number of times.
好的用例完成业务需求收集、软件构造和验收测试之间的循环。
A good use case closes the loop between business requirement gathering, software construction, and acceptance testing.
CTA方法着重于通过在整个的开发循环中运行自动化的测试将“发生缺陷的时间”1最小化。
The CTA methodology focuses on minimizing the "time to defect" 1 by running automated testing throughout the entire development cycle.
如果您的价值流图揭示了长期测试的“循环”,那么就能保证其中无效率内容的存在了。
If your Value Stream Map reveals long test "cycles" in the end game, it's very likely that you are guaranteeing wastefulness.
在一个循环中,除了标准的布尔测试外,一个约束能测试二个特定的条件式。
In a loop, a guard can have two special conditions tested against in addition to the standard Boolean test.
尽管如此,循环队列仍然可以简化开发人员、测试人员和管理员在生产环境之前的工作。
Having said that, circular queues can make life much easier for developers, testers, and administrators working in the pre-production environments.
健康的敏捷项目有多种典型的节拍,如发布、迭代、站立会议、由持续集成启动的构建,还有开发人员的红-绿-红测试循环。
A healthy agile project has several typical rhythms such as releases, iterations, stand-up meetings, builds kicked off by continuous integration, and the red-green-red test cycle of a developer.
循环能够比运行一个简单序列的连续性测试提供更精细的控制。
Loops can provide more sophisticated control than running a simple sequence of consecutive tests.
除非质量成为所有团队成员的职责,否则就很难打破“编码-测试”这样的循环,而这正是问题的根源所在。
Unless quality becomes the responsibility of all team members, you won't break the code-test cycle that is at the root of the problem.
清单3中的循环和测试非常明显,而在清单2中是由处理程序隐含完成的。
The loop and the test are very explicit in Listing 3, whereas in Listing 2 they are done implicitly by the processor.
通过将目标测试和累积结果分析两条原则组合起来,在测试循环早期运行的测试可能不再需要再次运行了,它们的结果将保留到最后。
By combining the two principles of targeted testing and cumulative results analysis, tests run early in the testing cycle may never need to be run again, with their results retained until the end.
查看图5中的循环范例。它可以生成20个测试规划,每一个规划又有1000个测试用例。
See the loop example in Figure 5. It can generate 20 test plans that each have 1000 test cases.
这个循环分析应该评估实现自动化接口(特别测试)所需的时间是否对总体交付时间表造成影响。
This circular analysis should assess whether the time required to implement automated interfaces (especially testing) compromises the overall delivery time scales.
如果循环序列应该运行,这个序列图的循环使用一个布尔测试确认。
The loop in this sequence diagram USES a Boolean test to verify if the loop sequence should be run.
您可以在一个测试中使用类似于循环,条件和事务等的测试元素。
You can use test elements such as loops, conditions, and transactions anywhere in a test.
在这些情况下,TDD的简短的 “代码、测试、代码、测试”循环将导致重构,而这将继续驱使非复杂代码的开发。
The short "code, test, code, test" cycle of TDD invites refactoring in these cases, which continually drives the development of uncomplex code.
因为图3显示了测试循环的末尾,所以显示出很少“新的”测试运行。
Because Figure 3 shows the end of a test cycle, there are very few "new" test runs shown.
应用推荐