fitnesse - 重新排序 FitNesse 测试套件中的测试用例

标签 fitnesse

我有一个测试套件,测试顺序如下:

Suite1---A
         B
         C

如何更改测试用例的顺序?

我尝试过重构,但没有帮助。

最佳答案

看起来这不可能...

Remember, that the order tests run is alphabetical. So in the above example, TestThree will not run because TestTwo actually comes after TestThree

--FitNesse > UserGuide > TestSuites > TagsAndFilters

...但这应该无关紧要。测试应该是独立的,不依赖于以前的测试(SuiteSetUp 除外)。

关于fitnesse - 重新排序 FitNesse 测试套件中的测试用例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10748868/

相关文章:

c# - 在 C# 中使用 fitnesse、fitsharp 和 slim

linux - Jenkins JNLP slave FitNesse 插件总是尝试连接到本地主机

testing - 带变量的 Fitnesse 测试套件

testing - FitNesse 测试台动态夹具?

fitnesse - 当与浏览器进行精简通信时,我在 FitNesse 中遇到错误_无法使用 SUT 发送/接收数据

android - 使用 Fitnesse 测试的 Android 中出现错误 java.lang.RuntimeException : Stub!

.net - 如何使用 FitSharp 在 FitNesse 中设置具有常量值的符号

regex - 正则表达式如何在 selenium 中工作?

Fitnesse : Testing was interrupted and results are incomplete. 测试页:

testing - 如何在 Xebium 中定义多个 ScenarioLibraries