1. Setuptest environment of applications, support production applications running stable and smoothly.
搭建应用程序测试环境,保证生产环境的应用程序正常运行。
来自互联网
2. The whole research process is as follows: system analysis, system design, setuptest and system activity.
整个研制过程分为系统分析、系统设计、安装测试及系统运行几个阶段进行。
来自互联网
3. To get repeatable results, there were series of runs for each testsetup on a client.
为了获取可复验的结果,每种测试设置在客户端上都有一系列运行。
来自互联网
4. Add a new database and table with data in it to test your server's setup.
添加一个新数据库和表,其中带有用来测试服务器的设置的数据。
来自互联网
5. You can follow all the advice in this article, but if you don't test your setup, you're skipping the most important step.
您可以按照本文中的建议进行操作,但是如果您不测试您的安装,则您正在漏掉最重要的步骤。
来自互联网
6. Depending on the goal of the use case, some data input will be required in the pre-conditions or setup of the test case.
根据这个用例的目标,在测试用例的前置条件或者设置中还需要一些数据输入。
来自互联网
7. Thus, for the testsetup, all the services and applications were running on the same single processor computer.
因此,为了进行测试设置,所有的服务和应用程序都应该已运行在相同的单处理器计算机中。
来自互联网
8. There is nothing special in the testsetup in comparison with the typical environment on a developer's machine.
与开发人员的机器中的典型环境相比,测试设置中并没有什么特殊之处。
来自互联网
9. Note that these values are well suited the test machine's standard IDE disk setup.
请注意,这些值十分适于测试计算机的标准IDE磁盘设置。
来自互联网
10. In a unit test case, for example, the execution environment for the object is the test case itself, and the test setup code is tasked with satisfying the dependencies directly.
例如,在单元测试用例中,对象的执行环境是测试用例本身,所以测试设置代码有责任直接满足依赖项。
来自互联网
11. This setup meant the experimenters could test the effects of an apology.
这个安排意味着实验者可以测试道歉的作用。
来自互联网
12. This situation usually occurs when the system under test requires a complicated setup or exposes complicated data structures that need to be picked apart.
当被测系统需要一个复杂的设置或暴露需要拆分的复杂数据结构时,通常会出现这种情况。
来自互联网
13. As you have completed the advertisement setup, your next step is to watch and test the installation.
完成广告设置后,下一步是观察和测试安装。
来自互联网
14. This is true for mock objects defined in a common setUp() method or within the actual test method.
这对于在公共的setUp()方法中或在实际测试方法内定义的模拟对象来说是正确的。
来自互联网
15. The setUp method, which is declared by JUnit, initializes the test objects.
由JUnit声明的setUp方法初始化这个测试对象。
来自互联网
16. Executes the setUp method before each test method.
在执行每个测试方法之前执行setUp方法。
来自互联网
17. After the setup is complete, there are five ways to create a test.
在完成这些设置之后,有五种创建测试的方法。
来自互联网
18. Once the setup and configuration are complete, test development will be comprised of the following table files.
一旦安装和配置工作完成,测试的开发将会包括以下表文件。
来自互联网
19. The setUp method is used for initializing the test case.
setUp方法用于初始化测试用例。
来自互联网
20. To test Kerberos setup, we recommend running the sample client and server program which is generally part of Kerberos installation package.
23. The test was executed outside of the ClearQuest test management setup, which meant that the tester could use Rational Manual tester to mark the success or failure of each test case.
28. Because JUnit itself decorates all test cases with a setUp and a tearDown method, execution times must be considered within the overall context of a test scenario.
29. The setUp function prepares the test fixtures used throughout the tests, in this case just the path to the test RSS file you'll parse in the test function.