有没有办法对基于 QT 的多平台应用程序使用 Cucumber 风格集成测试?
我们正在构建一个针对 win32 和 Linux 的 qt 应用程序。我们想开始使用黄瓜风格框架进行集成测试。我们希望测试团队编写功能文件并让开发人员提供实际的执行步骤。对于如何执行此操作有任何建议吗?使用 FrogLogic Squish 还是 QTTest?
We are building a qt application that is targeted to win32 and Linux. we would like to start integration testing with a cucumber style framework. We would like the test team to write the feature files and have the developers provide the actual execution steps. Are there any recommendations on how to do this? Either with FrogLogic Squish or QTTest?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下:http://projects.forum.nokia.com/Testabilitydriver/wiki
Testability Driver TDriver 是诺基亚开源的测试工具。它将使得在任何运行 Qt 的平台上运行的 Qt 应用程序的测试自动化成为可能。我们使用过的平台包括:Linux、Windows、Mac、Symbian、maemo 和 MeeGo?
在 win32 上启动和运行有点棘手,但它支持 ruby 的所有测试框架:RUnit、FIT、RSpec 和黄瓜!
干杯
Have a look at: http://projects.forum.nokia.com/Testabilitydriver/wiki
Testability Driver TDriver is a testing tool open sourced by Nokia. It will make test automation possible for Qt applications running on any platform that runs Qt. Platforms we have used include: Linux, Windows, Mac, Symbian, maemo and MeeGo?.
It's a bit tricky to get up and running on win32 but it supports all the test frameworks from ruby: RUnit, FIT, RSpec and Cucumber!
Cheers