Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想自动化测试电子商务网站。我安装了 Ruby、Watir、Gems 和 Ruby Mine。
虽然我玩过 RubyMine,但我不知道如何开始编写一个简单的脚本:
我将感谢对我有帮助的简单文档。
你甚至检查过 Watir 网站吗?有很多关于如何开始的文档。
这是使用 Cucumber 和 Watir 打开搜索页面、发送查询并验证结果的示例项目。
Gemfile指定所需的 gem,确保它们已安装或可以安装在您的环境中。如果您在 Windows 上,则需要安装 DevKit。
Gemfile