这会设置执行测试用例所需的CLASSPATH。
This sets the CLASSPATH required for the test case to execute.
下图显示了执行测试用例的SDD文件的片断。
The image below illustrates a piece of an SDD file that carries out a test case.
测试编写:为执行测试用例创建文档或者自动化脚本。
Test authoring: to create the documents or automated scripts for executing the test cases.
JUnit提供了一个TestRunner类来执行测试用例。
在我们继续执行测试用例之前,我们还有一些任务要完成。
Before we proceed to executing the test cases, we have some tasks pending.
测试结果:执行测试用例所得到的结果应提供给所有相关方。
Test results: Results from the execution of the test cases should be available to all interested parties.
然后,这些测试计划允许团队成员执行测试用例,并动态地跟踪测试结果。
These test plans then allow team members to execute test cases and track test results dynamically.
然后利用IPS编写测试脚本,执行测试用例,得出测试结果。
Test scripts will be prepared by using IPS which is a simulation tool, then implement test cases, and get the test results.
在这种情况下,测试的贡献主要是在于指出了确定和执行测试用例所依据的需求。
In this case, the test contribution primarily consists of indicating the requirements for which test cases should be specified and executed.
在WebSphereApplicationServer环境中部署并执行测试用例。
Deploy and execute test cases within the WebSphere Application Server environment.
其他工具,如JUnitBe,允许在一个网络容器中执行测试用例以测试容器资源。
Other tools, like JUnitEE, allow test cases to be executed within a web container to test container resources. All of these tools typically.
步骤6.在WebSphereApplicationServer中部署并执行测试用例。
Step 6. Deploy and execute test cases in WebSphere Application server.
正如在清单7中可以看到的,可以用HttpUnitHwee作为参数来执行测试用例。
As you can see in Listing 7, the test case is executed with HttpUnit Hwee as a parameter.
因为在开发期间不需要编译或部署,我倾向于在重新加载浏览器或执行测试用例之前只对编程做微小的更改。
Because I don't need to compile or deploy during development, I tend to make only tiny programming changes before I reload my browser or execute my test cases.
同时,他们还必须十分注意那些依然可以是“1”或“0”的被掩盖的原因,并设计一些测试来执行测试用例。
The tester must also take special care with masked Causes, which must still be "1" or "0", and design a test or tests to best execute the test cases.
既然您的测试框架中包含了输入测试用例数据和执行测试用例的一般化机制,那么您就需要一个自动验证结果的方法。
Now that your testing framework contains generic mechanisms for inputting test case data and for executing the test cases, you need a way to automatically verify results.
另外,它提供了操作以重新执行测试用例,取消测试执行,调试测试用例,并在测试运行时自动展开窗口中的测试用例信息。
Additionally, operations are provided to re-execute test cases, cancel test execution, debug test cases, and auto-expand the test case information in the window as the tests are running.
testcases文件夹包含了程序,您可以使用 tasks 文件夹中的程序来执行测试用例,并且可以记录结果。
The testcases folder contains programs you can use to execute test cases by using programs in the tasks folder, and to log the results.
如果日志中没有条目,那么代码就会跳过方法的其余部分,因为测试用例的执行是干脆的,并没有得到什么信息。
If there is no entry in log, the code skips the rest of the method because test case execution is clean and there is no information to capture.
您还可以看到已计划的和已经执行的测试用例的状态,以及在特定迭代间隔中已通过的和失败的结果。
You can also see the status of planned and already implemented test cases, as well as passed and failed results in a given iteration interval.
覆盖的或者多余的路径是从计划测试用例执行库中清除的候选者。
Overlapping or redundant paths are candidates for removal from the planned test case execution library.
这将会给您一个与测试执行结果相关的缺陷,这是与您的测试用例相关的,同样还与您的测试计划和您的需求相关的。
This gives you a defect that is tied to your test execution results, which is tied to your test case, which is also tied to both your test plan and your requirement.
一个是将测试脚本与测试用例联系起来,另外一个是定义测试执行记录。
One is to associate the test scripts to test cases, and the other to define the test execution record.
对于每个变更,都有需要确保稳定性而执行的测试用例的回归库。
With every change, there is a regression library of test cases that needs to be executed to ensure stability.
有许多种自动化所有项目测试用例的定位和执行的方法。
There are many ways to automate the location and execution of all a project's test cases.
这样的话,特定测试用例的被执行的历史就被精确的保存了下来。
In this way, a history of exactly what was executed throughout the history of that particular test case is maintained.
LogLocation是一个空文件夹,在配置测试用例执行期间会创建记录文件。
Log Location is an empty folder where the log files are created during the execution of a configured test case.
开发测试用例,测试系列,以及测试执行记录。
Developing test cases, test suites, and test execution records.
将要执行的测试用例进行排序是测试组织十分关键的一种管理工具。
The act of ordering test cases for execution is a critical management tool for a test organization.
例如,在单元测试用例中,对象的执行环境是测试用例本身,所以测试设置代码有责任直接满足依赖项。
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.
应用推荐