Automatically generate tests for a unit under test.
对被测试的单元自动生成测试。
Listing 3 shows the main parts of the class under test.
清单3显示了测试的类的主要部分。
Collects 150 performance metrics from the system under test.
从被测试的系统收集150个性能指标。
A component that is being testing is referred to as a component Under test (CUT).
一个正在被测试的组件被称之为一个被测组件(CUT)。
The query filters on the iteration under test, and the owner is set to [current user].
查询在测试下的迭代进行过滤,并且将所有者设置为[当前用户]。
Only after you have your tests written (and failing) do you write the code under test.
只有在编写了测试(并失败)后,您才可以编写测试中的代码。
Target tests to run only those tests that cover changed function in the driver under test.
将测试关注在只运行那些覆盖了发生变更的功能的测试。
These behaviors interact with the system under test and the interaction can be verified.
这些行为与被测对象进行交互,并且可以验证这些交互。
Let's look at the application under test so you'll understand the goal of the test automation.
让我们来看一下待测试应用程序,以便理解测试自动化的目标。
The illustration below shows how the data flows between test drivers and the system under test.
下图演示了数据在测试驱动器与被测试系统之间的流动。
Response time breakdown shows how much time was spent in each part of the system under test.
响应时间分解会显示出被测系统的每个部分花费了多少时间。
You create your subclass and override just those methods that you use in your methods under test.
创建一个子类,并仅仅重载您在测试方法中所使用的那些方法。
After I've launched the application under test, I simulate a user manipulating the application form.
当启动待测试应用程序后,我模拟用户操作应用程序窗体。
This will make it easier to configure your testing framework for the next application under test.
这使得配置下一个在测应用程序的测试框架更加简单。
For example, in the case of the system under test, time was a much higher priority than server space.
例如,拿被测试的系统来说,时间要远远优先于服务器空间。
The execution window can be made translucent so that the application under test can be seen behind it.
执行视窗可以是透明的,以至于可以在它后面看到在测试的应用软件。
It is possible that the application under test takes a variable amount of time to generate a PDF file.
让测试下的程序花不同的时间来生成pdf文件,成为可能的了。
After supplying your user credentials, you can perform actions against the application under test.
在提供了您的用户信任证书之后,您就可以针对应用程序的测试执行相应的命令。
Each one would essentially do the same thing, only varying the parameters to the method under test.
每个测试用例完成的任务基本是相同的,只是受测方法的参数有所改变。
A test script can now be written and run with this test application to exercise the component under test.
现在,可以编写一个测试脚本并与测试应用程序一起运行,以检验测试中的组件。
In addition to verifying the correctness of the system under test, tests also serve as documentation.
除了确认被测系统的正确性外,还可以将测试作为文档提供。
The aspects require no explicit information about the classes under test, such as their names or method names.
方面不要求被测试类的显式信息,例如它们的名称或方法名称。
The object-matching function relies on several factors to recognize elements in the application under test.
对象匹配功能依赖于若干个事实来识别被测应用的元素。
Can I have one group of virtual testers running certain portions of the pages within the application under test?
我是否能够让一组虚拟测试人员运行测试下的应用程序内部的某一部分?
For each valid action in the component under test, ensure that a wire is created to it from the tester component.
对于进行测试的组件中的每个有效操作,确保从测试器组件中创建一个到它的连接。
Test cases also serve as adept documentation because they implicitly demonstrate how the code under test works.
测试案例因为暗示了代码在测试工作中是如何工作的,所以还可以充当内行的文档。
Run the performance workload to create a heavy workload on the system under test until it reaches steady state.
运行性能工作负载,在被测系统上创建工作负载直到它达到稳定状态。
Sequence diagram test cases visualize how the system under test should be interacting with other instances over time.
序列图测试用例显示了,测试之下的系统可以与其他的实例相交流。
If you find that you're having difficulty writing a test, it's a red flag that the code under test may be complex.
如果您发现自己难以编写某一代码,那么这是一种警示,表示正在测试的代码可能很复杂。
IRAD offers detailed static metrics on the component under test that can help you decide how to prioritize your tests.
IRAD提供了可以帮助你决定如何优化测试中的组件的详细静态度量。
应用推荐