Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在自动执行fitnesse,以便可以从代码中调用测试用例。现在这些测试用例依赖于我在 wiki 中定义的一些变量。我可以通过 RestFul 服务在 wiki 中指定变量的值吗?有没有其他方法可以实现这一目标?
您可以通过夹具代码从任何源读取数据并将结果保存为变量。