测试和基于它们的查询/测试运行的任意属性?
我们的测试人员需要为测试存储“属性”中不存在的多个属性。他们想要存储优先级、描述(不在 wiki 页面本身中)等等。他们不想使用标记机制。
有没有办法在properties.xml中存储任何类型的新xml节点以进行测试?然后,这些属性应用于:
- 通过搜索屏幕查询字段
- 基于“SuiteResponder”运行测试?suite=xxx&TAGx=abc&TAGy=cde
- 它们应由“?properties”响应程序返回。
- 它们应该出现在测试运行的测试历史记录中
本质上它们希望在properties.xml中存储任何类型的“元”信息并以各种方式使用它们,搜索,运行等。这里有人知道是否有在这个方向上已经有可用的东西了吗?如果不是,我认为我们必须将这些功能“拉皮条”到fitnesse中,以使我们的测试人员满意。
PS:我也在yahoo Fitnesse组中发布了这个问题
Our testers have the requirement to store multiple properties for a test that are not present in the "properties". They want to store priority, a description(not in the wiki page itself) and so on. they don't want to use the tagging mechanism.
Is there a way to store any kind of new xml node in the properties.xml for a test? these properties should then be used to:
- query the fields via the search screen
- run tests based on the "SuiteResponder" ?suite=xxx&TAGx=abc&TAGy=cde
- they should be returned by "?properties" responder.
- they should appear in the test history of the test run
In essence they want to store any kind of "meta" information in the properties.xml and work with them in all kinds of ways, search, run etc. Does anybody here know if there is already something available in that direction? If not I think we have to "pimp" these features into fitnesse to make our testers happy.
PS: I've also posted the question in the yahoo fitnesse group
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我确信您已经在雅虎群组上看到过此内容,但在关键跟踪器上有一个关于此内容的故事,我认为它将在即将发布或后续版本中添加。
所以这确实是答案,答案正在路上。
I'm sure you've seen this on the yahoo group, but there is a story on pivotal tracker for this, and I think it will be added in the the upcoming or following release.
So this is really the answer, that an answer is on its way.