Selenium IDE - 无法将录制的案例从 HTML 逐一转换为非 HTML
步骤:
- 记录5个测试用例。
- 打开测试套件。
- 选择第一个案例并转到选项-->格式--> JUnit4(已正确转换)
- 复制源代码。
- 选择第 2 个案例。
它显示 Junit 和 HTML 完全混合在一起。如果我关闭 selenium IDE 并再次打开它,它允许我转换 1 个案例。即我需要为每个案例转换重新启动 IDE。这似乎是 Selenium IDE 中的一个错误。
我需要转换数百个案例。有没有其他方法可以快速转换案例?
提前致谢!
Steps:
- Record 5 Test Cases.
- Open Test suite.
- Select the 1st case and goto Option --> Format --> JUnit4 (Converted properly)
- Copy the source.
- Select the 2nd Case.
It shows Junit and HTML all mixed up. If I close the selenium IDE and open it again it allows me to convert 1 case. i.e i need to restart the IDE for each case conversion. It seems to be a bug in Selenium IDE.
I need to convert hundreds of cases. Are there any alternate method to convert cases quickly?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Selenium 现在表明它不建议将格式从 HTML 更改为复制粘贴。它建议将它们导出为新文件,这确实工作正常。这样做的问题以及你所做的事情是它非常慢。然而,有人(不是我)创建了一个插件来帮助将 IDE 文件批量导出为 IDE 支持的任何格式。我只用 TestNG 测试过它,但它对我来说就像一个魅力。下载链接:https://addons.mozilla .org/en-US/firefox/addon/test-suite-batch-converter-sel/
Selenium now shows that it does not recommend changing the format from HTML to copy paste it. It recommends instead to export them as new files, which does work fine. The problem with this, and with what you were doing, is that it is quite slow. However, somebody (not me) created an addon to help with batch exporting of IDE files into whatever format the IDE supports. I only tested it with TestNG, but it worked like a charm for me. Download link: https://addons.mozilla.org/en-US/firefox/addon/test-suite-batch-converter-sel/