使用Cucumber进行桌面软件测试怎么样
Cucumber 是 Rails Web 应用程序开发中非常强大的 BDD 工具。 但是,我的问题是,我们可以在桌面软件测试领域使用 Cucumber 吗? 我真的很喜欢 BDD 概念。
Cucumber is a very powerful BDD tool in rails web application development.
But, my question would be, can we use cucumber in desktop software testing area?
I really like the BDD conception.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您阅读 http://www.pragmaticprogrammer.com/titles 编写的《Scripted GUI Testing With Ruby》一书/idgtr
基本上你需要一些方法来驱动你的操作系统
在 Windows 上,您可以使用 win32ole 来驱动 Wscript,例如
您没有提及什么操作系统等...
I would suggest getting the book, Scripted GUI Testing With Ruby, by http://www.pragmaticprogrammer.com/titles/idgtr
Basically you need some way to drive your OS
On Windows you can use win32ole to drive Wscript e.g.
You don't mention what OS etc...