如何在fitnesse的测试页面之间传递表中存储的数据
在我的 Fitnesse 项目中,我有一张表将身份验证数据存储到数据库中。我在每个网站上都使用它。是否可以让一个站点包含该表并允许所有其他测试站点使用其中的数据?我如何使用我需要的变量定义全局表?
In my fitnesse project i've got one table which stores authentication data to database. I'm using it on each site. Is it possible to have one site with that table and allow all other test sites use data from it? how i can define global table with variables that i need?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 SuiteSetUp 中定义一个过程并在多个页面上重复使用它。 http://fitsharp.github.com/Fit/DefineFixture.html
You can define a procedure in your SuiteSetUp and re-use it on multiple pages. http://fitsharp.github.com/Fit/DefineFixture.html