• The test name was specified here according to the project's naming convention.

    在这里,测试名是根据项目的命名约定指定的。

    youdao

  • When you save the integration test client, it will prompt you for a location and test name.

    保存集成测试客户端时,将提示您输入位置和测试名称。

    youdao

  • Yes, simply add the DISABLE_ prefix to the logical test name or the individual unit test name and it won't execute.

    可以,只需在逻辑测试名或单元测试名前面加上 DISABLE_前缀,它就不会执行了。

    youdao

  • The intention is that the test name from the element can be used as an index into further, more detailed, explanation and recommendation.

    其意思是可以使用来自元素的测试名称作为对进一步的、更详细的解释和建议的索引。

    youdao

  • They have included Britain's DP (diverted profits tax), Australia's MAAL (multinational anti-avoidance law), and India's SEP (significant economic presence) test, to name but a few.

    简单列举几个例子,其中包括英国的“利润转移税”(DP)、澳大利亚的“跨国反避税法”(MAAL)和印度的“显著经济存在”(SEP)测试。

    youdao

  • youdao

  • Set preferences in the Test Log Editor to specify the name of the server configured in Step 1.

    在测试日志编辑器中设置偏好,以指定步骤1之中所配置的服务器名。

    youdao

  • This is because data set by one test is not visible to other tests, even if the other test contains a variable with the same name.

    这是因为一个测试所设置的数据对其他测试来说是不可见的,就算其他的测试也包含有相同名字的变量也是这样。

    youdao

  • To run the test for a different browser, simply supply the name of the browser as the second argument.

    要运行针对一个不同浏览器的测试,只需将浏览器的名称作为第二个参数提供。

    youdao

  • All I needed for each case was a logical name for the component under test and a series of steps to create the scenario.

    对于每种情况,我需要的只是被测试的组件的逻辑名称以及一系列步骤,以便创建场景。

    youdao

  • Enter the name of the test script; by default, the notice type is set to manual.

    输入测试脚本的名字;默认条件下,通知类型会设置成手动。

    youdao

  • But the first thing you need is to have a registered user name in the test registry.

    但首先要做的是在测试注册中心获得一个注册的用户名。

    youdao

  • Assuming that your asset registries are named for products or projects, a good model to follow for categorizing test plans would be to name them for product components or feature areas.

    假定您的资产注册是根据产品或者项目来命名的,那么一个好的对测试计划进行分类的模型就是根据产品组件或者特性区域来命名它们。

    youdao

  • Select the test option that you prefer or enter the name of your test suite in the field provided to start running test cases.

    选择您喜欢的测试选项或者键入您测试套件的名称到适当的字段来开始运行测试用例。

    youdao

  • Within that directory, we have one directory per test method, whose name exactly matches the method name.

    在该目录中,我们对每个测试方法都提供了一个目录,其名称完全匹配该方法名称。

    youdao

  • In test 4, we wanted to determine how much CPU time is freed from the application server if the name randomization functionality becomes the test machine's responsibility.

    在测试4中,我们想要确定,如果名称随机化功能成为测试机的责任,那么不运行应用程序的CPU时间是多少。

    youdao

  • Take a note of the Partner Reference name; you will need this when your test invokes the service.

    请记下合作伙伴引用名称;在测试调用服务时将用到此名称。

    youdao

  • You could have specified your test using a query string instead of just the task name.

    您可以使用查询字符串(而不是仅使用任务名称)来指定测试。

    youdao

  • Select the functional test script name, S1, which you need to associate with the TC1 test case, and click OK.

    选择功能性测试脚本名,S1,您需要将其与TC1测试用例相联系,并点击OK。

    youdao

  • If you specify a name, the test selects only nodes with that name, and if you specify a type, the test selects only nodes whose type is the same as or derived from the specified type.

    如果指定了名称,该测试只选择具有该名称的节点;如果指定了类型,则选择与指定的类型相同或者为其派生类型的节点。

    youdao

  • Figure 12 shows a second test module (VA02) that is using a variable with the same name as the VA01 test module.

    图12显示了第二个测试模块(VA02),它使用与VA01测试模块相同的名字。

    youdao

  • Paul Mockapetris and Jon Postel run the first successful test of the automated, distributed Domain Name System.

    PaulMockapetris和JonPostel第一次成功测试了自动的、分布式的域名系统。

    youdao

  • Create a new integration test server and configuration and name it TestServer.

    创建新的集成测试服务器,配置并将其命名为TestServer。

    youdao

  • To test this, try changing the name of the process in the Source editor then click on the process editor and check it.

    要对此进行测试,请试着在Source编辑器中更改流程的名称,然后单击process编辑器检查它。

    youdao

  • In line 14, a test case must have a single string parameter constructor that passes the argument to its parent class (TestCase) for the purpose of displaying the test case name in a log.

    在第十四行中,为了在日志中显示这个测试用例的名称,一个测试用例必须有一个可以将自变量传递到它的父类(TestCase)的专门的串参数构造器。

    youdao

  • XSLT 2.0 and XPath 2.0 do not change the default interpretation of a name test with no prefix.

    XSLT 2.0和XPath 2.0并未改变对不带前缀的名称测试的默认解释方式。

    youdao

  • Change the state of the test case to Implemented by right-clicking on the name of the configured test case, and then selecting Change state.

    通过右键点击这个配置测试用例的名称将这个测试用例的状态更改为Implemented,然后选择Change state。

    youdao

  • To identify an individual by name without XPath would require us to iterate through all the Person objects and test the name property until a match was found.

    要按名称而不使用XPath来确定个别对象,则需要重复所有Person对象并测试名称属性,直到发现匹配的对象。

    youdao

  • Enter the test script name, select Functional Tester from the Type dropdown menu.

    输入测试脚本名,从type下拉菜单中选择FunctionalTester。

    youdao

  • The ScaTestExecutor constructor takes the test class and the name of the test as parameters.

    ScaTestExecutor构造函数将测试类和测试的名称作为参数。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定