执行测试用例并查看测试日志。
这会设置执行测试用例所需的CLASSPATH。
This sets the CLASSPATH required for the test case to execute.
然后测试组织就按照那个顺序来执行测试用例。
The test organization then executes the test cases in that order.
下图显示了执行测试用例的SDD文件的片断。
The image below illustrates a piece of an SDD file that carries out a test case.
选择测试服务器实例,将要在此实例上执行测试用例。
Select the test server instance upon which to execute the 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.
您还可以看到已计划的和已经执行的测试用例的状态,以及在特定迭代间隔中已通过的和失败的结果。
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.
为自动化测试用例执行相同的步骤。
对于每个变更,都有需要确保稳定性而执行的测试用例的回归库。
With every change, there is a regression library of test cases that needs to be executed to ensure stability.
执行与测试用例相关的断言。
测试用例:不包含脚本或者执行指令。
Test case: Does not contain the scripting or the execution instructions.
执行这个配置测试用例之后,您将在右边的面板中看到TestResult。
After executing the configured test case, you will see test Result in the right pane.
开发测试用例,测试系列,以及测试执行记录。
Developing test cases, test suites, and test execution records.
main方法调用junit . textui . TestRunner . run执行jtest测试用例。
The main method executes the JTest test case by calling junit.textui.TestRunner.run .
应用推荐