单词 | under test |
释义 | 例句释义: 试验中,受验,电脑和待测设备的交互界面,测试不足 1. The electrode in direct contact with the cable under test shall not consist of mercury or of any other material in the fluid state. 与电线电缆接触的电极不允许由水银或其他任何液体所组成。 www.jiedi17.com 2. The medicine is still under test , and will not be on the market for at least two years . 这种药物尚在试验阶段,至少要等两年后才能投放市场。 www.bing.com 3. Response time breakdown shows how much time was spent in each part of the system under test. 响应时间分解会显示出被测系统的每个部分花费了多少时间。 www.ibm.com 4. Response time breakdown shows you how much time was spent in each part of the system under test as the system was exercised. 响应时间分解为您显示了系统的每一个部分在测试期间的时间所占用系统运行总时间的比重。 www.ibm.com 5. For maximum safety, do not touch the product, test cables , or any other instruments while power is applied to the circuit under test. 为了最大程度的安全,在被测电路加有电源时,请勿接触产品、测试电缆或其它任何仪器。 dictsearch.appspot.com 6. It took a while for me to realize that everyone was discussing the routines and methods in the test framework, not the product under test. 我花了些工夫才意识到,人们在探讨测试框架中的惯例和方法,而不是测试中的产品。 www.ibm.com 7. This kind of production is still under test and will not be on the market for at least two years. 这种产品尚在实验阶段,至少要等两年后才能投放市场。 fdjnd.blog.sohu.com 8. The RSpec descriptions go in a describe method, and you pass in the name of the class under test and a code block that has the actual spec. describe方法提供了RSpec描述,您将传入测试类的名称和包含实际规范的代码块。 www.ibm.com 9. One drawback of mocks is that they are considerably more coupled to the system under test than a stub, at least out of the box. 与stub相比,mock的一个缺点是和被测系统的耦合相当多,至少希望拿来就用。 www.infoq.com 10. The references to workspace logs in this article can be applied to any application under test that generates a log file. 本文中对工作区的引用可以适用于生成日志文件的任何程序。 www.ibm.com 1. However, it is not always feasible to use verification points to capture the complete details associated with the application under test. 但是,总是使用确认点来获取与测试程序相关的完整内容是不可行的。 www.ibm.com 2. The users can be observed during the typical tasks they perform to calculate effectiveness and efficiency of the system under test. 测试人员可以通过观察用户执行典型任务的过程来计算系统在测试中的效力和效率。 www.ltesting.net 3. Where the specimen under test is Tablets, use powder from not fewer than 4 tablets ground to a fine powder. 检测样品是片剂,应至少压碎4个片的粉末,从中取出优良粉末用于检测。 www.docin.com 4. You can compute coverage for parts of the system under test and test components to provide better control of the test results. 您可以计算测试和测试组件下的系统部分的覆盖范围,以对测试结果有更好的控制。 www.ibm.com 5. Sequence diagram test cases visualize how the system under test should be interacting with other instances over time. 序列图测试用例显示了,测试之下的系统可以与其他的实例相交流。 www.ibm.com 6. A substantial amount of infrastructure code serves as an adapter between the tests and the system under test. 一定数量的基础结构代码可以充当测试程序与被测系统之间的适配器。 www.ibm.com 7. A runtime ActionScript library for collecting data in the application under test and writing it out. 一个运行时ActionScript库,用于测试时收集应用中的数据并输出。 www.infoq.com 8. The object literal stub applied to the constructor records it's interaction with the system under test via local variables url and callback. 通过本地变量url和callback,应用于构造函数的objectliteralstub能够记录它与被测系统的交互行为。 www.infoq.com 9. Also, with an adjustable voltage source, the voltage dependence of the resistance under test can be obtained directly. 而且,使用可调的电压源,还可以直接得到被测电阻对电压的依赖关系。 dictsearch.appspot.com 10. Do not touch any object that could provide a current path to the common side of the circuit under test or power line (earth) ground. 请勿接触任何会为通向被测电路的共用侧或电源地的电流提供通路的物体。 www.eefocus.com 1. If you do not invoke it from Functional Tester the objects in the application-under test (AUT) will not be recognized. 如果未从FunctionalTester调用它,将不识别所测试应用程序中的对象。 download.boulder.ibm.com 2. The name of the computer under test on which the violation occurred. 发生冲突的测试计算机的名称。 msdn2.microsoft.com 3. The system monitors and records the spindle speed, torque, temperature, pressure and leak rate of the seals under test. 也可测试并记录密封件的轴速、扭矩、温度、压力和泄漏率。 www.e-gtm.com.cn 4. Instead, we recommend that you create a simple composite application containing only the component under test and the tester component. 相反,我们建议创建一个简单的复合应用程序,其中只包含要进行测试的组件和一个测试器组件。 www.ibm.com 5. If the application under test runs only under a specific controlled environment, you do not need to establish different configurations. 如果测试下的应用程序仅仅在一个特定约束环境下运行的话,那么您就不需要建立不同的配置。 www.ibm.com 6. If you answer no, the internal types in your code-under-test assembly are treated as if they have the private access modifier. 如果您回答“否”,测试代码程序集中的内部类型将被视为具有private访问限定符。 msdn2.microsoft.com 7. It is possible that the application under test takes a variable amount of time to generate a PDF file. 让测试下的程序花不同的时间来生成PDF文件,成为可能的了。 www.ibm.com 8. Because this unit test is focused on a single object, we will create a slot machine and refer to it as the system under test. 由于这个单元测试关注单个对象,我们创建一个老虎机,并把它当作被测系统。 www.infoq.com 9. They all typically use some form of instrumentation of the code under test, which inserts hooks into the product code. 它们都典型地使用被测代码的某种形式的装置,这将钩子(hooks)加入了产品代码中。 www.ibm.com 10. An AIR application for reading the data written out by the application under test. 一个AIR应用,用来读取被测试应用输出的数据。 www.infoq.com 1. That way, the Response Time Breakdown data for each of the servers in the system under test could be displayed in this report. 这样的话,系统中正在测试的每一个服务器的ResponseTimeBreakdown的数据都会显示在报告中。 www.ibm.com 2. Respondents under test must be patients 18 years of age or older and sign the respondent's consent letter. 进行试验的受试者必须是18岁或18岁以上的患者,且必须签署受试者同意书。 www.tianya.cn 3. The framework isolates the application under test from the test scripts by providing a set of functions in a shared function library. 框架通过提供共享函数库中的一套函数,把应用程序从测试脚本中分离。 se.csai.cn 4. Every action that the component under test consumes has a property on the test component of the corresponding type wired to it. 被测试的组件所消费的操作在test组件上都有一个对应类型的属性相连接。 www.ibm.com 5. Find those methods that are called from the method under test and provide an implementation that behaves like the real object would. 找到那些以测试里的方法命名的方法,并提供一个行为像真实对象那样的实现。 www.ibm.com 6. It is important that you add the servers under test to the list of computers on which to collect counters. 您应将正在测试的服务器添加到需要收集其计数器的计算机的列表中,这一点很重要。 msdn2.microsoft.com 7. All I needed for each case was a logical name for the component under test and a series of steps to create the scenario. 对于每种情况,我需要的只是被测试的组件的逻辑名称以及一系列步骤,以便创建场景。 www.ibm.com 8. Next, I define the test case shown in Listing 6, which also takes a parameter for the base URL of the application under test. 接下来,我将定义清单6所示的测试用例,它也包含一个参数,用于进行测试的应用程序的基URL。 www.ibm.com 9. Run the performance workload to create a heavy workload on the system under test until it reaches steady state. 运行性能工作负载,在被测系统上创建工作负载直到它达到稳定状态。 www.ibm.com 10. This Recommendation is based upon a block-based measurement concept using error detection codes inherent to the path under test. 本建议是建立在用被测通道固有的差错检测码基于块概念进行测量的基础上的。 www.ptsn.net.cn 1. is an empirical investigation conducted to provide stakeholders with information about the quality of the product or service under test. 是一种以观察和实验为依据的调查过程(empiricalinvestigation),该过程以测试为手段,为干系人提供产品或服务的质量信息。 www.infoq.com 2. Additionally, the creation of input test data is accelerated through automatic importing of master data from the system under test. 此外,输入测试数据的创建是通过对来自在测系统的主数据的自动导入来加速的。 www.ibm.com 3. These behaviors interact with the system under test and the interaction can be verified. 这些行为与被测对象进行交互,并且可以验证这些交互。 www.infoq.com 4. It is very quick and easy to implement so it can be used early in the product cycle when the system under test is highly unstable. 由于它可以快速轻松地实现,所以当待测试系统很不稳定时,可以早早地将它用于产品周期中。 www.cnblogs.com 5. The illustration below shows how the data flows between test drivers and the system under test. 下图演示了数据在测试驱动器与被测试系统之间的流动。 www.ibm.com 6. Conformance testing is to decide whether or not Implementation Under Test (IUT) is conformant to relevant standards. 一致性测试通俗地讲是测试被测设备(IUT)是否符合有关标准。 crad.ict.ac.cn 7. The amount of energy absorbed depends on the amount of target molecules present in the container under test. 吸收能量的大小取决于分子的目标,在被测容器中的数额。 zxdj.a1pak.com 8. By virtue of the inherent capacitive characteristics, faulty TSVs can be detected with little area overhead for the circuit under test. 我们运用其固有的电容特性,可以用很少的面积就可以侦测出待测电路中错误的穿矽孔。 www.ceps.com.tw 9. An emulsion under test must always be exposed to light of the correct wavelength and wavelength range. 试验的乳胶必须始终对恰当的波长和波长范围进行曝光。 dictsearch.appspot.com 10. through a chain of precast concrete block in the gravel mattress under test and verify the gravel mattress with setting necessity. 通过在预制混凝土连锁块下设碎石垫层试验,验证碎石垫层的作用与设置必要性。 learning.zhishi.sohu.com 1. If you find that you're having difficulty writing a test, it's a red flag that the code under test may be complex. 如果您发现自己难以编写某一代码,那么这是一种警示,表示正在测试的代码可能很复杂。 www.ibm.com 2. This will make it easier to configure your testing framework for the next application under test. 这使得设定下一个在测应用程式的测试框架更加简单。 www-128.ibm.com 3. To test passive components, the tester places a test voltage across the component under test and measures the current. 在测试无源器件时,测试设备对被测试的器件施加一个测试电压后,测量电流。 blog.qingdaonews.com 4. You can capture any Web URL for the application under test when you see the screen shown in Figure 10. 您能够为测试下的应用程序捕获任何一个WebURL,如图10中所示。 www.ibm.com 5. Under high voltage testing procedure, the impedance characteristic of the terminal of the under-test device is similar to capacitance. 在高压测试程序中,高压待测设备之端点阻抗特性近似一电容性负载。 140.118.33.11:8080 6. For high frequency, or low amplitude measurement, probe ground shall be connected to appropriate points in the circuit under test. 对于高频或低幅值测量﹐探头的地应接到测试电路中的适当位置。 www.dianyuan.com 7. I use the Thread. Sleep method to pause the test automation to make sure that the application under test is up and running. 我使用Thread.Sleep方法来暂停测试自动化以确保待测试应用程序已启动并运行。 www.cnblogs.com 8. In remote sense, the voltage is measured at the device under test, eliminating any voltage drops due to lead resistance. 远地取样时,在被测装置上测量电压,从而消除了引线电阻产生的电压降。 www.eefocus.com 9. We have used IBM Rational Application Developer (an eclipse based application) as the application under test. 我们将会把IBMRationalApplicationDeveloper(一种基于eclipse的程序)作为测试之中的程序使用。 www.ibm.com 10. Happy path tests validate the expected behavior of the system under test. 愉快路径测试可以验证被测系统的行为是否为所期望的行为。 www.ibm.com 1. Electrostatic coupling or interference occurs when an electrically charged object approaches the input circuit under test. 带电物体接近被测电路的输入端时,就会发生静电耦合和干扰。 www.eefocus.com 2. In the previous illustration, the System under Test graph has been zoomed in to investigate threshold issues. 在上图中,“测试中的系统”关系图已放大,以便调查阈值问题。 technet.microsoft.com 3. We found that, under test, the unit would not Slave Mode to ADAT or BNC word clock sources. 我们发现,测试下,单位不会从动模式ADAT或BNC字时钟源。 zh.lyricgogo.altervista.org 4. Testers are experts with the system, application, or product under test. 测试人员都是被测试系统,应用软件或产品的专家。 www.ibm.com 5. A component that is being testing is referred to as a Component Under Test (CUT). 一个正在被测试的组件被称之为一个被测组件(CUT)。 www.ibm.com 6. The cabling between the HI terminal of the meter and the device under test also requires shielding. 仪表HI端和被测装置之间的电缆也需要屏蔽。 www.eefocus.com 7. Scope ground may be connected to other DC level in the circuit other than ground provided the circuit under test is floating. 如果测试电路是浮动的﹐示波器的地也可以接到除地以外的其他直流电平处。 www.dianyuan.com 8. A performance test tool was designed to emulate thousands of users to stress servers and other applications under test. 性能测试工具是设计用来模仿数千个用户来对服务器和其他在测的应用程序施加压力的。 www.ibm.com 9. The test stands feature winch directional control and use electric drives to provide variable loading to the unit under test. 该试验台的特点是能够控制绞车方向和使用电力驱动,以向正在测试的设备提供变量加载。 www.e-gtm.com.cn 10. When you record a script, Rational Functional Tester automatically creates a test object map for the application-under-test. 当您记录脚本的时候,RationalFunctionalTester会自动为被测的应用程序创建测试对象地图。 www.ibm.com 1. The offset voltage will cause an error in the applied stimulus to a device under test or the value measured by the voltmeter. 偏移电压会导致施加到被测装置的激励发生误差,或者使伏特计的测量值发生误差。 www.eefocus.com 2. What's more, unit tests can be written before the actual code under test is written -- hence the notion of test-first development. 而且,单元测试能够在真正要测试的代码前编写——由此有了测试优先开发的概念。 www.ibm.com 3. In addition to verifying the correctness of the system under test, tests also serve as documentation. 除了确认被测系统的正确性外,还可以将测试作为文档提供。 www.ibm.com 4. Test components are connected with each other and with system under test through ports. 测试成分之间、测试成分与被测系统之间通过端口相互连接。 www.fabiao.net 5. Capacitor leakage is measured by applying a fixed voltage to the capacitor under test and measuring the resulting current. 测量电容器漏电的方法是向被测的电容器施加一个固定的电压,然后测量所产生的电流。 www.eefocus.com 6. Load test data contains performance counter samples collected periodically from the computers-under-test. 负载测试数据包含从测试计算机定期收集的性能计数器样本。 msdn2.microsoft.com 7. The heart of the app under test is the code listed in Figure 2 . 图2中列出的代码是待测试应用程序的主要内容。 www.cnblogs.com 8. In fact, on several projects I worked on, the MSAA-based UI test automation was easily as complex as the application under test! 实际上,在我做过的几个项目中,基于MSAA的UI测试自动化很可能像待测试应用程序那样复杂! www.cnblogs.com 9. The direct PLNA detects an immunomodulating effect but does not give insight into the mode of action of the chemical under test. 直接PLNA检测到免疫调节作用,但没有给到了测试的化学作用下模式的了解。 syyxw.com 10. Briefly pause recording to ensure the software under test is in the correct state to continue. 暂时暂停记录,确保在测软件处于可继续的正确状态。 www.ibm.com 1. Instrumenting a code-under- test assembly to enable the gathering of code coverage data also affects strong- name signing . 检测测试代码程序集以启用代码覆盖率数据收集也会影响强名称签名。 www.bing.com 2. The injection probe is a current transformer through which the wiring harnesses of the device under test are passed. 注射探查器就是电流变压器,通过电流变压器在测试中的配线导线可以被传递。 www.mymbahome.com 3. To avoid measurement errors, it's critical to make proper connections from the electrometer, SMU, or picoammeter to the device under test. 为了避免测量误差,关键之点在于将静电计、SMU或皮安计和被测装置进行适当的连接。 www.eefocus.com 4. By default, private, internal, and friend elements in your code under test are not visible to your test code, but you can still test them. 默认情况下,测试代码中的私有、内部和友好元素对测试代码不可见,但您仍然可以测试它们。 msdn2.microsoft.com 5. To perform this test, you need a fixture that positions a metal plate over the circuit under test. 为了完成这项测试,你需要将一个金属板放置到被测电路的上面。 blog.qingdaonews.com 6. Finally, the fourth part of the book is devoted to step 4: perfecting both the product under test and the test process itself. 最后,该书的第四部分专注于步骤4:完成在测试中的产品和测试过程本身。 www-128.ibm.com 7. Launch the application under test and perform any instructions in the manual test script that precede the module to automate. 启动被测应用程序并执行提前进行自动化的模块的人工测试脚本中的所有指导。 www.ibm.com 8. For example, in the case of the system under test, time was a much higher priority than server space. 例如,拿被测试的系统来说,时间要远远优先于服务器空间。 www.ibm.com 9. The Anritsu MS4661A can provide a wealth of knowledge about a device under test (DUT), including its magnitude, phase, group-delay response. 该安立ms4661a可以提供丰富的知识,对设备进行测试(dut),包括其幅度,相位和群延迟响应。 www.jdol.com.cn 10. of test aerosol will be delivered to the filter under test. In certifying the test system, the uniformity, concentration. 测试气溶胶会送到过滤测试之下。在认证考试制度,一致性,浓度。 ks.cn.yahoo.com 1. Both Fit and Cucumber needs "glue" code that sits between the high level language and the code under test. Fit和Cucumber都需要“胶合”代码,它处于高级语言和测试语言之间。 www.infoq.com 2. Examples of the invention can relate to an apparatus for testing a device under test (DUT). 本发明的例子涉及用于测试待测器件(DUT)的装置。 ip.com 3. These require a header to be compiled in with the source under test. 这些工具需要在测试中通过源编译一个头部。 www.ibm.com 4. Wire each property in the component under test to a valid action in the test component. 将进行测试的组件中的每个属性连接到test组件中的有效操作。 www.ibm.com 5. In color matching experiments, and the area under test color to color, with the number called tristimulus values. 在颜色匹配实验中,与待测色达到色区配时所需的数量称为三刺激值。 goabroad.zhishi.sohu.com 6. The PWM converter supplies electricity from the external power module to the equipment under test. 该PWM转换器从外部电源模块对测试中的设备供电。 www.waiwenfanyi.com 7. Unit tests often need to test nuanced behavior of the code under test, leading to similar and duplicated situations. 单元测试常常需要测试有细微差异的代码行为,因此涉及到相似和重复的情况。 www.ibm.com 8. The Functional Tester helper classes contain references to GUI objects in the application under test. FunctionalTester助手类中包含了到被测应用程序中的GUI对象的索引。 www.ibm.com 9. During load testing, when the load generator sends a request to the application under test, it specifies a port from the port range. 在负载测试期间,当负载产生器传送要求至待测应用程式时,会从通讯埠范围中指定一个通讯埠。 msdn.microsoft.com 10. Request the contents of Modbus registers on the device under test through standard Modbus commands. 通过标准的Modbus命令请求测试设备上的Modbus寄存器的内容。 www.ibm.com 1. If you changed code or test settings, you can run the latest versions of the tests and code under test while using the latest test settings. 如果更改了代码或测试设置,可以使用最新的测试设置来运行测试和测试代码的最新版本。 msdn.microsoft.com 2. Automatically generate tests for a unit under test. 对被测试的单元自动生成测试。 www.ibm.com 3. The colour or glass type of the vial under test does not influence the result. 玻璃的颜色,或在根据测试小瓶类型不影响选举结果。 zxdj.a1pak.com 4. Where the specimen under test is Capsules, use a portion of the mixed contents of not fewer than 4 capsules. 检测样品是胶囊,检测样品应该从至少是4个胶囊内容物的混合样中取出。 www.instrument.com.cn 5. You create your subclass and override just those methods that you use in your methods under test. 创建一个子类,并仅仅重载您在测试方法中所使用的那些方法。 www.ibm.com 6. Use Functional Tester's "start application" feature to launch the application under test. 利用FunctionalTester的“startapplication”特性来启动在测应用程序。 www.ibm.com 7. In addition, the defect function, depth and direction of the specimen under test can also cause the uncertainty. 另外,被检件缺陷的性质、埋藏深度和方向也会对检测结果产生影响。 epub.cnki.net 8. A test script can now be written and run with this test application to exercise the component under test. 现在,可以编写一个测试脚本并与测试应用程序一起运行,以检验测试中的组件。 www.ibm.com 9. A technician places the board under test on the fixture and activates the vacuum, which pulls the board down onto the pins. 技术人员将受测设备放到固定装置上并启动真空装置,这样,电路板就被固定了。 blog.qingdaonews.com 10. After I've launched the application under test, I simulate a user manipulating the application form. 当启动待测试应用程序后,我模拟用户操作应用程序窗体。 www.cnblogs.com 1. This rebuilds changed projects and then runs the rebuilt versions of the test and the code under test. 这样将重新生成发生更改的项目,然后运行测试和测试代码的重新生成版本。 msdn.microsoft.com 2. Under Test Run, click one of the test run links. 在“测试运行”下,单击某个测试运行链接。 msdn2.microsoft.com 3. In JUnit, if you want to vary the parameter groups to a method under test, you are forced to write a test case for each unique group. 在JUnit中,如果您想改变某个受测方法的参数组,就只能给每个不同的参数组编写一个测试用例。 www.ibm.com 4. Agent sits in browser-side of things and talks directly with the Application Under Test. Agent呆在浏览器一方,直接与被测程序打交道。 www.infoq.com 5. For each valid action in the component under test, ensure that a wire is created to it from the tester component. 对于进行测试的组件中的每个有效操作,确保从测试器组件中创建一个到它的连接。 www.ibm.com 6. Can I have one group of virtual testers running certain portions of the pages within the application under test? 我是否能够让一组虚拟测试人员运行测试下的应用程序内部的某一部分? www.ibm.com 7. Classes simulate the HTTP requests and responses of the Web pages under test. 类模拟测试情况下网页的HTTP请求和响应。 msdn2.microsoft.com 8. Listing 3 shows the main parts of the class under test. 清单3显示了测试的类的主要部分。 www.ibm.com 9. This simplifies maintenance of test steps if your application under test changes. 这在受测应用程序发生更改时可以简化测试步骤的维护。 technet.microsoft.com 10. Under Test Results Management, select the number of test runs to keep. 在“测试结果管理”下,选择要保留的测试运行数量。 msdn2.microsoft.com 1. The execution window can be made translucent so that the application under test can be seen behind it. 执行视窗可以是透明的,以至于可以在它后面看到在测试的应用软件。 www-128.ibm.com 2. The test rigs are covered with the standard foam and the fabric under test. 测试时,测试套具由标准泡沫及待测织物覆盖。 www.china-brand.net 3. Collects 150 performance metrics from the system under test. 从被测试的系统收集150个性能指标。 www.ibm.com 4. Since the method under test is written to the interfaces, we can create a mock object for each interface for our tests. 既然测试里的方法写在接口中,我们可以为我们测试的每一个接口创建一个模拟对象。 www.ibm.com 5. If done thoroughly, manual test scripts can also form the basis for help or tutorial files for the application under test. 如果能自始至终的使用它,手工测试脚本同样会形成测试时应用软件的帮助或者教程的基础。 www.ibm.com 6. Review the system under test and plan the test steps. 检查被测系统并设计这个测试的步骤。 www.ibm.com 7. Make sure the device under test is fully enclosed to protect the operator from any flying debris. 确保待测器件完全封闭,避免操作人员接触任何飞溅碎片。 q.sohu.com 8. Always connect the high resistance terminal of the meter to the highest resistance point of the circuit under test. 总是要把仪表的高阻端和被测电路的最高电阻点相连。 www.eefocus.com 9. It's a work of art with the best visuals under test conditions. 它是艺术作品与最佳的视觉在试验条件下。 dictsearch.appspot.com 10. You can interact with the system under test. 您可以与测试下的系统相交流。 www.ibm.com 1. connect safety ground lead to a bare metal point on EUT(equipment under test) chassis. 把地线接到在测试设备框架的金属裸露点上。 dictsearch.appspot.com 2. Are measures adopted to ensure samples units under test are uniquely identified and related to the test data? 有否采取措施来确保测试数据是由相关的样本得到? www.icac.org.hk 3. Let's look at the application under test so you'll understand the goal of the test automation. 让我们来看一下待测试应用程序,以便理解测试自动化的目标。 www.cnblogs.com 4. The class under test is MyNewClass class (shown here as a private inner class). 待测试的类是MyNewClass类(在这里显示为私有内部类)。 www.ibm.com 5. It runs the latest, rebuilt, versions of the test and the code under test. 而会执行最新、重建版本的测试和受测试程式码。 technet.microsoft.com 6. The private accessor also gives your tests access to private variables in your code under test. 专用访问器还使您的测试具有对测试代码中的私有变量的访问权限。 msdn2.microsoft.com 7. I completely isolate the code under test to the controller layer. 要测试的代码被完全限制在控制层。 www.ibm.com 8. Temperature, which applies to the solution or the liquid under test, should be maintained within 0. 5 of the stated value. 供试溶液或者液体的温度应该保持在要求数值加减0.5的范围内。 www.instrument.com.cn 9. Test cases also serve as adept documentation because they implicitly demonstrate how the code under test works. 测试案例因为暗示了代码在测试工作中是如何工作的,所以还可以充当内行的文档。 www.ibm.com 10. You might want to make sure that your test project and the project that contains your code under test use the same language. (可选)您可能需要确保测试项目以及包含测试代码的项目使用相同的语言。 technet.microsoft.com 1. You might want to make sure that your test project and the project that contains your code under test use the same language. (可选)您可能需要确保测试项目以及包含测试代码的项目使用相同的语言。 technet.microsoft.com 2. In this package you have to map all the objects of the application under test. 在这个包中你必须映射所有被测试应用的对象。 www.ibm.com 3. The query filters on the iteration under test, and the owner is set to [current user]. 查询在测试下的迭代进行过滤,并且将所有者设置为[当前用户]。 www.ibm.com 4. Submit a measurement job similar to the one described under "Test driver" . 提交与“测试驱动程序”下的描述类似的测量任务。 www.ibm.com 5. Processing time is further decreased by creating multiple scan chains and applying them to multiple pins of the device under test (DUT). 通过产生多个扫描链并将其施加于被测器件(DUT)的多个管脚,可以进一步减少处理时间。 www.bing.com 6. Under Test Element Details for the loop ( Figure 13), enter the number of datapool values that you have (in this case, six). 循环下的TestElementDetails(图13),输入数据池值的数量(这里是6个)。 www.ibm.com 7. Set the serial port connecting the host to the device under test. 将连接主机的串口设置为接受测试的设备。 www.ibm.com 8. Make sure that the mail. yahoo. com site (or the application under test) is open. 确保mail.yahoo.comsite网站(或者被测试应用)是打开的。 www.ibm.com 9. Horizontal axis is the belt under test distance in meter. 水平轴的腰带在测试在米距离。 zhidao.baidu.com 10. Each one would essentially do the same thing, only varying the parameters to the method under test. 每个测试用例完成的任务基本是相同的,只是受测方法的参数有所改变。 www.ibm.com 1. Each one would essentially do the same thing, only varying the parameters to the method under test. 每个测试用例完成的任务基本是相同的,只是受测方法的参数有所改变。 www.ibm.com 2. Signals under test are easily analyzed by using graph display. 被测信号以图形的形式显示,便于分析。 www.ceps.com.tw 3. The Workload Data Collection custom script is used during a workload run to collect performance data from the server under test. WorkloadDataCollection自定义脚本用于在工作负载运行期间从所测试的服务器处收集性能数据。 www.ibm.com 4. Under test mode, you run each step individually. 在测试模式下,可以单独运行每个步骤。 www-128.ibm.com 5. Shorts may cause a PCB to fail other tests and may damage the tester or the board under test if you must apply power to the board. 短路可能导致印刷电路板不能通过其它测试,在对电路板上电后,会损坏测试设备或电路板。 blog.qingdaonews.com 6. This solution contains the code-under-test, or CUT. 此解决方案包含测试代码(或“CUT”)。 msdn2.microsoft.com 7. Luckily, the method under test in this case only had a CC of 2. 幸运的是,这里的测试中的方法有一个值为2的CC。 www.ibm.com 8. The first section shows code from the code-under-test project. 第一部分演示测试代码项目的代码。 msdn2.microsoft.com 9. Sometimes this skill is based on experience with the type of software under test. 有时这种技能是基于对正在测试的软件的经验的。 www.ibm.com 10. Verification is set under Test Content under the test script. 确认是测试脚本下面的TestContent下面的集合。 www.ibm.com 1. Verification is set under Test Content under the test script. 确认是测试脚本下面的TestContent下面的集合。 www.ibm.com 2. Lower source impedance to the switching power supply under test, thus it can deliver higher peak current. 对测试中开关电源提供更低的源阻抗﹐因此它会传送更高的峰值电流。 www.dianyuan.com 3. These require the binaries under test to be relinked with the library under test. 这些工具要求测试中的二进制文件与测试中的库重新链接到一起。 www.ibm.com 4. System under Test graph and see the resource usage over time. “控制器和代理”图形,以查看不同时间的资源使用量。 technet.microsoft.com 5. The system under test is 8-12 percent utilized on average when running 500 clients. 测试系统在运行500个客户端时的平均利用率为8-12%。 www.ibm.com 6. This method is one that I would use when I do not have the ability to change the code under test. 这种方法是当我不能改变测试中的代码时所使用的。 www.ibm.com 7. The aspects require no explicit information about the classes under test, such as their names or method names. 方面不要求被测试类的显式信息,例如它们的名称或方法名称。 www.ibm.com 8. Data resides in column cells, and it is typically typed based on what is expected by the application under test. 数据存在于列之中,它的类型由被测试的应用程序决定。 www.ibm.com 9. The protocol being used for communication with the device under test; used for documentation purposes only 用于与测试设备通信的协议;仅用于文档目的。 www.ibm.com 10. Allows test code to call methods and properties on the code under test that would be inaccessible because they are not 允许测试代码调用被测代码的方法和属性,这些方法和属性由于不是 msdn2.microsoft.com 1. Allows test code to call methods and properties on the code under test that would be inaccessible because they are not 允许测试代码调用被测代码的方法和属性,这些方法和属性由于不是 msdn2.microsoft.com 2. Add verification points (to examine the passing rate of each page under test) 添加验证点(检查测试下每一个页面的通过率)。 www.ibm.com 3. Now that the mock is prepared, I pass it as an argument to the method under test 现在mock准备好了,我把它作为参数传递给要测试的方法 www.ibm.com 4. The number of stop bits for communication between the host and the device under test 主机和测试设备之间的通信的停止位数。 www.ibm.com 5. Redundancy (Synchronization of the knowledge of the application under test for both manual testing crew and core test automation group) 冗余(手工测试人员和核心测试自动化组都要同步有关所测应用程序的知识) 51testing.com 6. Setting up the application under test (e. g. , launch, login) 建立被测的应用程序(例如,启动,登录) www.ibm.com 7. The parity setting for communication between the host and the device under test 主机和测试设备之间的通信的奇偶校验设置。 www.ibm.com 8. The communication data-transfer rate between the host and the device under test 主机和测试设备之间的通信数据传输速度。 www.ibm.com 9. After I've examined the application state and logged a pass or fail result, I can easily exit the application under test 检查应用程序状态并记录pass或fail结果之后,我就可以轻松地退出待测试应用程序 www.cnblogs.com 10. The code under test, shown in Listing 13, is simplicity itself 清单13所示的测试中的代码本身十分简单 www.ibm.com 1. After I've examined the application state and logged a pass or fail result, I can easily exit the application under test 检查应用程序状态并记录pass或fail结果之后,我就可以轻松地退出待测试应用程序 www.cnblogs.com 2. The code under test, shown in Listing 13, is simplicity itself 清单13所示的测试中的代码本身十分简单 www.ibm.com 3. Separation between equipment under test and measurement antenna 被测设备和测量天线之间的距离 blog.sina.com.cn 4. Conditions for Steady Water Flow for Turbine Model Runners Under Test 水轮机模型转轮试验流量的稳定条件 www.ilib.cn 5. The Modbus network address of the device under test 测试设备的Modbus网络地址。 www.ibm.com 6. Type. of sensor SENSOR Select UNDER TEST 被测传感器 wenku.baidu.com 7. Changes to the code under test 改变测试下的代码 bbs.51testing.com |
随便看 |
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。