2012-12-22 60 views

回答

0

如果您想了解selenium IDE的基本知识,最好在Firefox中使用selenium IDE。 如果您拥有Java,python,ruby,c#,PHP 等任何编程语言的知识,您可以使用Selenium Webdriver以及任何提及的编程语言编写自动化测试脚本。

当您开始使用Selenium Webdriver时,需要使用Eclipse IDE来编译eclipse IDE。另外如果你在Firefox中使用Selneium IDE,则不需要使用Eclipse,因为Selenium IDE只是一个记录和回放工具(也可以添加和修改Selenium命令)。

您可以将Eclipse IDE用于以下链接中的Java EE Developers。 http://eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/junosr1

+0

感谢您的回复。我有Java的经验。我可以使用MyEclipse IDE而不是Eclipse Selenium Webdriver。或者我应该下载Eclipse IDE? – kumar

+0

你可以使用MyEclipse。 Selenium Webdriver是一个jar文件,应该将其添加到与java-selenium项目相关的库中。 Selenium Webdriver不过是,您将使用称为WebDriver的另一个Java类的功能。如果你对Java有很好的了解。你可以简单地继续。你可以使用MyEclipse。 – Hemanth

0

不,也许我们不能在MyEclipse中使用selenium。此外,IDE与Eclipse无关。

相关问题