Category Archives: PHPUnit_Selenium

PHPUnit and PHPUnit_Selenium extension – simple Ajax test

I have used the PHPUnit 3.7.13 and selenium-server-standalone-2.28.0. 1. Install or refresh the PHPUnit and PHPUnit_Selenium sudo pear install pear.phpunit.de/PHPUnit sudo pear install pear.phpunit.de/PHPUnit_Selenium 2. Very, very simple PHP test page :))) <?php if (isset($_GET) && !empty($_GET)){ if (isset($_GET[‘param1’])) { … Continue reading

Posted in ajax, HTML5, PHPUnit, PHPUnit_Selenium | 2 Comments