Selenium IDE 1.0.9 缺少 Java 导出

发布于 2024-10-06 04:43:48 字数 72 浏览 0 评论 0原文

我是硒的新手。我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青衫负雪 2024-10-13 04:43:48

最新的 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).

梦屿孤独相伴 2024-10-13 04:43:48

您必须下载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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文