Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用Web驱动程序PHP绑定和selenium单机服务器配置Eclipse,以便我们可以从Eclipse运行测试用例_Eclipse_Selenium_Phpunit_Selenium Webdriver - Fatal编程技术网

如何使用Web驱动程序PHP绑定和selenium单机服务器配置Eclipse,以便我们可以从Eclipse运行测试用例

如何使用Web驱动程序PHP绑定和selenium单机服务器配置Eclipse,以便我们可以从Eclipse运行测试用例,eclipse,selenium,phpunit,selenium-webdriver,Eclipse,Selenium,Phpunit,Selenium Webdriver,我得到了很多与“如何为java和selenium配置eclipse”相关的指导材料,但我的要求是我想使用eclipse for PHP,我想将它与selenium单机服务器和PHP单元连接起来,以便我可以从eclipse运行selenium测试用例 我已经安装了XAMPP、PHPUNIT。我已经下载了selenium单机服务器和Eclipse for php 有谁能建议怎么做吗 浏览一下你可能会有一些想法。@HemChe我读了你给出的链接,但这里没有给出如何将eclipse与xamp、selen

我得到了很多与“如何为java和selenium配置eclipse”相关的指导材料,但我的要求是我想使用eclipse for PHP,我想将它与selenium单机服务器和PHP单元连接起来,以便我可以从eclipse运行selenium测试用例

我已经安装了XAMPP、PHPUNIT。我已经下载了selenium单机服务器和Eclipse for php


有谁能建议怎么做吗

浏览一下你可能会有一些想法。@HemChe我读了你给出的链接,但这里没有给出如何将eclipse与xamp、selenium独立服务器和phpunit连接的说明。我只需要台阶。因为目前我使用notepad++作为编辑器,我必须从命令提示符运行selenium测试用例,但我想从eclipse运行selenium测试用例,您只需要将Selenium standalone server和Selenium PHP绑定jar文件添加到buildpath。@HemChe for PHP buinding没有jar文件。我们以下面的方式运行php buind selenium测试用例,在一个命令提示符中启动独立服务器,在另一个命令中使用命令phpunt pathto php file。您可以使用以下链接中提供的第三方绑定。来源:(查看第三方语言绑定部分)