需要有关 Rspec 示例的帮助
任何人都可以有更具描述性的 Rspec 示例吗?我使用了网站 https://gist.github.com/1053934 中的示例,效果非常好。但我想了解更多信息,例如访问网站 X(例如 Google)->在文本字段中输入数据(例如 Ruby) 检查 HTML 列表中是否有 Ruby 可用?
任何人都可以拥有可以在 Rspec 上运行的脚本,该脚本将生成有关案例的通过失败状态的报告吗?
我感谢所有提前的回复。
Can any one have more descriptive example of Rspec? I used the the example from site https://gist.github.com/1053934 works very fine. But i want to learn more like go to site X (eg. Google) -> enter data in text field (eg. Ruby)
Check for the HTML is Ruby available in the list?
Can any one have script that i can run on Rspec and that will generate report on that pass fail status of case.
I appreciate all the responses in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个完整的示例,由 Watir 文档 提供。
Here's a complete example, courtesy of Watir docs.