Selenium IDE 1.0.9 缺少 Java 导出
我是硒的新手。我正在使用 Firefox 并尝试将测试用例导出到 Java 文件,但菜单中缺少 Java 选项。知道如何修复它吗?
I am new to Selenium. I am using Firefox and trying to export the test case out to a Java file, but the option for Java is missing from the menu. Any idea how to fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最新的 Selenium 版本是 1.0.9。
单击选项/格式,然后单击 JUnit3 / JUnit4 / TestNG 中的任意一个。
这些将导出 Java 测试用例,您可以在 Netbeans 中轻松运行它们。
该代码扩展了 SeleneseTestCase(它扩展了普通的 JUnit TestCase)。
The latest Selenium version is 1.0.9.
Click Options / Format and then any of JUnit3 / JUnit4 / TestNG.
These will export Java test cases which you can easily run inside Netbeans.
The code extends SeleneseTestCase (which extends the normal JUnit TestCase).
您必须下载selenium Ide新版本,从下面给出的链接下载selenium新版本
http://seleniumhq.org/download/
打开 Selenium iDE。
文件>出口试铸>选择您想要转换的语言
http://screencast.com/t/ZrfGQbGZFLTj
You have to download selenium Ide new Version, download selenium new version from the link given below
http://seleniumhq.org/download/
Open Selenium iDE.
File > Export test cast > choose the language in which do you want to convert
http://screencast.com/t/ZrfGQbGZFLTj