English 中文(简体)
与Jenkins和PHPUnit一起执行ium
原标题:Implementing selenium with Jenkins and PHPUnit

我试图用PHPUnit建立一些SeleniumWeb 测试,但Selenium IDE不再支持Selenium IDE,这是否意味着我必须重新测试所有的测试,以便使用这种方法?

I m trying to set up a continuous integration system, but have never even used one before, I tried using jenkins-php.org but it wasn t very helpful.

最佳回答

The newer releasee Selenium IDE "claims" it does not support PHP, But you can still convert your IDE to PHP or PHPUnit.

(In Selenium IDE) Option > Options > Enable Experimental Functions. With this option checked you can switch your format under Options again. You may still want to review your code.

希望这一帮助,而这正是你所称的“电离层电离层电离层电离层电离层电离层”不支持的。

问题回答

I was able to find: https://addons.mozilla.org/en-US/firefox/addon/selenium-ide-php-formatters/

它允许从ium到PHP,无论是PPHPUnit格式,还是 Sel测试。

然而,在环绕这条比赛中,最理想的方法是使用html,在自动化和似乎在箱子之外工作时,它得到最有力的支持,而PHPUnit测试则需要大量的缝.。

在对周围进行大量 ha弄之后,最佳解决办法是:

rel=“nofollow” http://www.enjoyxstudy.com/selenium/autoexec/index.en.html

它从盒子中开展工作,支持html,与窗户和支线合作,操作大部分浏览器,发送电子邮件报告,从特别志愿人员协会获得新的测试,与Jenkins公司合用,并与Selenium测试合作,其不是基于PHP的测试,但与我所尝试的其他工具相比,它运行了奇。

其实,非常容易、非常方便、方便用户、免费,并放下盒子。





相关问题
Javascript communication with Selenium (RC)

My Application has a lot of calculation being done in JavaScript according to how and when the user acts on the application. The project prints out valuable information (through console calls) as to ...

Running automated Web browser tests under Hudson

I m running Hudson for my automated builds and love it. I d now like to create automated Web browser tests using either WaTiN (preferred) or Selenium. As my Hudson runs as a Windows service (under ...

Using a Java library with Scala reserved words

I m using an external library written in Java (Selenium). One of the function calls has the signature type(String, String), and I keep getting compiler errors when trying to call it from Scala, that ...

Heightened privilege selenium browsers on Windows 7 (x64)

I make use of *firefox and *iexplore etc. within my selenium tests to get around the issue of self-signed SSL certificates on my local machine. Unfortunately, now that I ve moved from XP over to 7, ...

Selenium not working with Firefox 3.x on linux

I am using selenium-server , selenium rc for UI testing in my application . My dev box is Windows with FireFox 3.5 and every thing is running fine and cool. But when i try to run selenium tests on my ...

Selenium IDE: Incrementing values by 1 and 71

Currently I m incrementing a value called wert by 1 with the following code: getEval storedVars[ wert ]=${wert}+1; The value wert is something like 80401299. I want to add 1 to the value, if it ...

热门标签