使用——testall命令行参数重新运行测试用例对象。
Re-run the test case object using the — test all command line argument.
为了直接报告结果,JUnit测试可以实现Test,但这样就失去了TestCase的其他特性(可插接的选择器、装置处理、重新运行测试用例等)。
To report results directly, JUnit tests could implement test, but then they would lose the other features of TestCase (pluggable selector, fixture handling, rerunning test cases, etc.).
我们会对每个存储层重复执行该测试套件,并且会重新运行这些测试用例2次:一次是测试事务日志恢复,然后测试常规的关闭。
We repeat the test suite for each of our storage layers. Again we rerun those test cases 2 times: once to test Transaction Log recovery and then to test Regular Shutdown.
虽然集成测试客户端尚不具有功能齐全的测试用例支持,但它确实可以让您保存并重新运行测试。
While the integration test client does not yet have full-featured test case support, it does allow you to save and rerun tests.
另外,它提供了操作以重新执行测试用例,取消测试执行,调试测试用例,并在测试运行时自动展开窗口中的测试用例信息。
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.
如果测试用例在此之前已经运行过的话,那么需要在这次迭代中重新被运行,只需将这些测试用例标注为Planned用以识别它们。
If test cases that were run before will need to be rerun for this iteration, just tag these test cases with the new iteration to identify them as Planned.
如果测试用例在此之前已经运行过的话,那么需要在这次迭代中重新被运行,只需将这些测试用例标注为Planned用以识别它们。
If test cases that were run before will need to be rerun for this iteration, just tag these test cases with the new iteration to identify them as Planned.
应用推荐